Html Css Color HEX #5C0459 Palatinate Purple

📋 copy color: '#5C0459'

red 92 ◦ green 4 ◦ blue 89

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

Shades of Palatinate Purple #5C0459

Tints of Palatinate Purple #5C0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 89 (35.16% from 255) = 48.11%

R = 49.73%
G = 2.16%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5C0459 (or 0x5C0459) is known color: Palatinate Purple. HEX triplet: 5C, 04 and 59. RGB value is (92,4,89). Sum of RGB (Red+Green+Blue) = 92+4+89=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0459 is #A3FBA6. Grayscale: #272727. Windows color (decimal): -10746791 or 5833820. OLE color: 5833820.

HSL color Cylindrical-coordinate representation of color #5C0459: hue angle of 302.05º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0459 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 4 89 -
CMYK 0 0.96 0.03 0.64
HSL 302.05º 0.92% 0.19% -
HSV(B) 302.05º 0.96% 0.36% -
XYZ 6.26 3.08 9.72 -
YUV 40 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 92 4 89 0 0.96 0.03 0.64 302.05 0.92 0.19
Hex 5C 4 59 0 60 3 40 12E 5C 13
Octal 134 4 131 0 140 3 100 456 134 23
Binary 1011100 100 1011001 0 1100000 11 1000000 100101110 1011100 10011

Color Harmonies of #5C0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0459

Black with #5C0459

Text Example


Text Example

White with #5C0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,89); }

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

background-color css

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

 a { background-color: rgb(92,4,89); }

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

border-color css

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

 span { border-color: rgb(92,4,89); }

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