Html Css Color HEX #5C1255 Palatinate Purple

📋 copy color: '#5C1255'

red 92 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #5C1255

Tints of Palatinate Purple #5C1255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 47.18%
G = 9.23%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5C1255 (or 0x5C1255) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 55. RGB value is (92,18,85). Sum of RGB (Red+Green+Blue) = 92+18+85=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1255 is #A3EDAA. Grayscale: #2F2F2F. Windows color (decimal): -10743211 or 5575260. OLE color: 5575260.

HSL color Cylindrical-coordinate representation of color #5C1255: hue angle of 305.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1255 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 18 85 -
CMYK 0 0.80 0.08 0.64
HSL 305.68º 0.67% 0.22% -
HSV(B) 305.68º 0.8% 0.36% -
XYZ 6.27 3.36 8.91 -
YUV 47.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 92 18 85 0 0.80 0.08 0.64 305.68 0.67 0.22
Hex 5C 12 55 0 50 8 40 132 43 16
Octal 134 22 125 0 120 10 100 462 103 26
Binary 1011100 10010 1010101 0 1010000 1000 1000000 100110010 1000011 10110

Color Harmonies of #5C1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1255

Black with #5C1255

Text Example


Text Example

White with #5C1255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,18,85); }

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

background-color css

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

 a { background-color: rgb(92,18,85); }

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

border-color css

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

 span { border-color: rgb(92,18,85); }

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