Html Css Color HEX #690C5E Palatinate Purple

📋 copy color: '#690C5E'

red 105 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #690C5E

Tints of Palatinate Purple #690C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 49.76%
G = 5.69%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#690C5E (or 0x690C5E) is known color: Palatinate Purple. HEX triplet: 69, 0C and 5E. RGB value is (105,12,94). Sum of RGB (Red+Green+Blue) = 105+12+94=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C5E is #96F3A1. Grayscale: #303030. Windows color (decimal): -9892770 or 6163561. OLE color: 6163561.

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

Color convert

RGB 105 12 94 -
CMYK 0 0.89 0.10 0.59
HSL 307.1º 0.79% 0.23% -
HSV(B) 307.1º 0.89% 0.41% -
XYZ 7.98 4.07 10.96 -
YUV 49.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 105 12 94 0 0.89 0.10 0.59 307.1 0.79 0.23
Hex 69 C 5E 0 59 A 3B 133 4F 17
Octal 151 14 136 0 131 12 73 463 117 27
Binary 1101001 1100 1011110 0 1011001 1010 111011 100110011 1001111 10111

Color Harmonies of #690C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C5E

Black with #690C5E

Text Example


Text Example

White with #690C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,94); }

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

background-color css

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

 a { background-color: rgb(105,12,94); }

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

border-color css

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

 span { border-color: rgb(105,12,94); }

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