Html Css Color HEX #602554 Palatinate Purple

📋 copy color: '#602554'

red 96 ◦ green 37 ◦ blue 84

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

Shades of Palatinate Purple #602554

Tints of Palatinate Purple #602554

RGB

 RED value IS 96 (37.89% from 255) = 44.24%

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 44.24%
G = 17.05%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#602554 (or 0x602554) is known color: Palatinate Purple. HEX triplet: 60, 25 and 54. RGB value is (96,37,84). Sum of RGB (Red+Green+Blue) = 96+37+84=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602554 is #9FDAAB. Grayscale: #3B3B3B. Windows color (decimal): -10476204 or 5514592. OLE color: 5514592.

HSL color Cylindrical-coordinate representation of color #602554: hue angle of 312.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602554 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 84 -
CMYK 0 0.61 0.12 0.62
HSL 312.2º 0.44% 0.26% -
HSV(B) 312.2º 0.61% 0.38% -
XYZ 7.09 4.45 8.87 -
YUV 60 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 96 37 84 0 0.61 0.12 0.62 312.2 0.44 0.26
Hex 60 25 54 0 3D C 3E 138 2C 1A
Octal 140 45 124 0 75 14 76 470 54 32
Binary 1100000 100101 1010100 0 111101 1100 111110 100111000 101100 11010

Color Harmonies of #602554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602554

Black with #602554

Text Example


Text Example

White with #602554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602554; }

 p { color: rgb(96,37,84); }

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

background-color css

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

 a { background-color: rgb(96,37,84); }

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

border-color css

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

 span { border-color: rgb(96,37,84); }

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