Html Css Color HEX #690C56 Palatinate Purple

📋 copy color: '#690C56'

red 105 ◦ green 12 ◦ blue 86

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

Shades of Palatinate Purple #690C56

Tints of Palatinate Purple #690C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 51.72%
G = 5.91%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#690C56 (or 0x690C56) is known color: Palatinate Purple. HEX triplet: 69, 0C and 56. RGB value is (105,12,86). Sum of RGB (Red+Green+Blue) = 105+12+86=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C56 is #96F3A9. Grayscale: #303030. Windows color (decimal): -9892778 or 5639273. OLE color: 5639273.

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

Color convert

RGB 105 12 86 -
CMYK 0 0.89 0.18 0.59
HSL 312.26º 0.79% 0.23% -
HSV(B) 312.26º 0.89% 0.41% -
XYZ 7.64 3.94 9.16 -
YUV 48.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 105 12 86 0 0.89 0.18 0.59 312.26 0.79 0.23
Hex 69 C 56 0 59 12 3B 138 4F 17
Octal 151 14 126 0 131 22 73 470 117 27
Binary 1101001 1100 1010110 0 1011001 10010 111011 100111000 1001111 10111

Color Harmonies of #690C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C56

Black with #690C56

Text Example


Text Example

White with #690C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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