Html Css Color HEX #690C5F Palatinate Purple

📋 copy color: '#690C5F'

red 105 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #690C5F

Tints of Palatinate Purple #690C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 49.53%
G = 5.66%
B = 44.81%

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

#690C5F (or 0x690C5F) is known color: Palatinate Purple. HEX triplet: 69, 0C and 5F. RGB value is (105,12,95). Sum of RGB (Red+Green+Blue) = 105+12+95=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C5F is #96F3A0. Grayscale: #313131. Windows color (decimal): -9892769 or 6229097. OLE color: 6229097.

HSL color Cylindrical-coordinate representation of color #690C5F: hue angle of 306.45º 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 #690C5F is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 95 -
CMYK 0 0.89 0.10 0.59
HSL 306.45º 0.79% 0.23% -
HSV(B) 306.45º 0.89% 0.41% -
XYZ 8.02 4.09 11.19 -
YUV 49.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 105 12 95 0 0.89 0.10 0.59 306.45 0.79 0.23
Hex 69 C 5F 0 59 A 3B 132 4F 17
Octal 151 14 137 0 131 12 73 462 117 27
Binary 1101001 1100 1011111 0 1011001 1010 111011 100110010 1001111 10111

Color Harmonies of #690C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C5F

Black with #690C5F

Text Example


Text Example

White with #690C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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