Html Css Color HEX #692455 Palatinate Purple

📋 copy color: '#692455'

red 105 ◦ green 36 ◦ blue 85

#692455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #692455

Tints of Palatinate Purple #692455

RGB

 RED value IS 105 (41.41% from 255) = 46.46%

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 46.46%
G = 15.93%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#692455 (or 0x692455) is known color: Palatinate Purple. HEX triplet: 69, 24 and 55. RGB value is (105,36,85). Sum of RGB (Red+Green+Blue) = 105+36+85=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #692455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692455 is #96DBAA. Grayscale: #3E3E3E. Windows color (decimal): -9886635 or 5579881. OLE color: 5579881.

HSL color Cylindrical-coordinate representation of color #692455: hue angle of 317.39º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692455 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 36 85 -
CMYK 0 0.66 0.19 0.59
HSL 317.39º 0.49% 0.28% -
HSV(B) 317.39º 0.66% 0.41% -
XYZ 8.1 4.92 9.12 -
YUV 62.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 105 36 85 0 0.66 0.19 0.59 317.39 0.49 0.28
Hex 69 24 55 0 42 13 3B 13D 31 1C
Octal 151 44 125 0 102 23 73 475 61 34
Binary 1101001 100100 1010101 0 1000010 10011 111011 100111101 110001 11100

Color Harmonies of #692455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692455

Black with #692455

Text Example


Text Example

White with #692455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692455; }

 p { color: rgb(105,36,85); }

 H1.HeaderClassName
 {
   color: #692455;
 }
 .AnyTagClassName
 {
   color: #692455;
 }
</style>

background-color css

<style>
 a { background-color: #692455; }

 a { background-color: rgb(105,36,85); }

 div.DivClassName
 {
   background-color: #692455;
 }
 .BgClassName
 {
   background-color: #692455;
 }
</style>

border-color css

<style>
 span { border-color: #692455; }

 span { border-color: rgb(105,36,85); }

 td.TdClassName
 {
   border-color: #692455;
 }
 .TagClassName
 {
   border-color: #692455;
 }
</style>