Html Css Color HEX #5C0C69 Palatinate Purple

📋 copy color: '#5C0C69'

red 92 ◦ green 12 ◦ blue 105

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

Shades of Palatinate Purple #5C0C69

Tints of Palatinate Purple #5C0C69

RGB

 RED value IS 92 (36.33% from 255) = 44.02%

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 44.02%
G = 5.74%
B = 50.24%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C0C69 (or 0x5C0C69) is known color: Palatinate Purple. HEX triplet: 5C, 0C and 69. RGB value is (92,12,105). Sum of RGB (Red+Green+Blue) = 92+12+105=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C0C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0C69 is #A3F396. Grayscale: #2E2E2E. Windows color (decimal): -10744727 or 6884444. OLE color: 6884444.

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

Color convert

RGB 92 12 105 -
CMYK 0.12 0.89 0 0.59
HSL 291.61º 0.79% 0.23% -
HSV(B) 291.61º 0.89% 0.41% -
XYZ 7.09 3.56 13.68 -
YUV 46.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 92 12 105 0.12 0.89 0 0.59 291.61 0.79 0.23
Hex 5C C 69 C 59 0 3B 124 4F 17
Octal 134 14 151 14 131 0 73 444 117 27
Binary 1011100 1100 1101001 1100 1011001 0 111011 100100100 1001111 10111

Color Harmonies of #5C0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0C69

Black with #5C0C69

Text Example


Text Example

White with #5C0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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