Html Css Color HEX #690D55 Palatinate Purple

📋 copy color: '#690D55'

red 105 ◦ green 13 ◦ blue 85

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

Shades of Palatinate Purple #690D55

Tints of Palatinate Purple #690D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

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

R = 51.72%
G = 6.4%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#690D55 (or 0x690D55) is known color: Palatinate Purple. HEX triplet: 69, 0D and 55. RGB value is (105,13,85). Sum of RGB (Red+Green+Blue) = 105+13+85=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D55 is #96F2AA. Grayscale: #303030. Windows color (decimal): -9892523 or 5573993. OLE color: 5573993.

HSL color Cylindrical-coordinate representation of color #690D55: hue angle of 313.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D55 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 85 -
CMYK 0 0.88 0.19 0.59
HSL 313.04º 0.78% 0.23% -
HSV(B) 313.04º 0.88% 0.41% -
XYZ 7.61 3.95 8.96 -
YUV 48.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 105 13 85 0 0.88 0.19 0.59 313.04 0.78 0.23
Hex 69 D 55 0 58 13 3B 139 4E 17
Octal 151 15 125 0 130 23 73 471 116 27
Binary 1101001 1101 1010101 0 1011000 10011 111011 100111001 1001110 10111

Color Harmonies of #690D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D55

Black with #690D55

Text Example


Text Example

White with #690D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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