Html Css Color HEX #5A0360 Palatinate Purple

📋 copy color: '#5A0360'

red 90 ◦ green 3 ◦ blue 96

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

Shades of Palatinate Purple #5A0360

Tints of Palatinate Purple #5A0360

RGB

 RED value IS 90 (35.55% from 255) = 47.62%

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 47.62%
G = 1.59%
B = 50.79%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0360 (or 0x5A0360) is known color: Palatinate Purple. HEX triplet: 5A, 03 and 60. RGB value is (90,3,96). Sum of RGB (Red+Green+Blue) = 90+3+96=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0360 is #A5FC9F. Grayscale: #272727. Windows color (decimal): -10878112 or 6292314. OLE color: 6292314.

HSL color Cylindrical-coordinate representation of color #5A0360: hue angle of 296.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0360 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 3 96 -
CMYK 0.06 0.97 0 0.62
HSL 296.13º 0.94% 0.19% -
HSV(B) 296.13º 0.97% 0.38% -
XYZ 6.36 3.08 11.33 -
YUV 39.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 90 3 96 0.06 0.97 0 0.62 296.13 0.94 0.19
Hex 5A 3 60 6 61 0 3E 128 5E 13
Octal 132 3 140 6 141 0 76 450 136 23
Binary 1011010 11 1100000 110 1100001 0 111110 100101000 1011110 10011

Color Harmonies of #5A0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0360

Black with #5A0360

Text Example


Text Example

White with #5A0360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,96); }

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

background-color css

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

 a { background-color: rgb(90,3,96); }

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

border-color css

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

 span { border-color: rgb(90,3,96); }

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