Html Css Color HEX #602562 Palatinate Purple

📋 copy color: '#602562'

red 96 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #602562

Tints of Palatinate Purple #602562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 41.56%
G = 16.02%
B = 42.42%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602562 (or 0x602562) is known color: Palatinate Purple. HEX triplet: 60, 25 and 62. RGB value is (96,37,98). Sum of RGB (Red+Green+Blue) = 96+37+98=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #602562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602562 is #9FDA9D. Grayscale: #3D3D3D. Windows color (decimal): -10476190 or 6432096. OLE color: 6432096.

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

Color convert

RGB 96 37 98 -
CMYK 0.02 0.62 0 0.62
HSL 298.03º 0.45% 0.26% -
HSV(B) 298.03º 0.62% 0.38% -
XYZ 7.69 4.69 12.06 -
YUV 61.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 96 37 98 0.02 0.62 0 0.62 298.03 0.45 0.26
Hex 60 25 62 2 3E 0 3E 12A 2D 1A
Octal 140 45 142 2 76 0 76 452 55 32
Binary 1100000 100101 1100010 10 111110 0 111110 100101010 101101 11010

Color Harmonies of #602562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602562

Black with #602562

Text Example


Text Example

White with #602562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602562; }

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

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

background-color css

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

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

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

border-color css

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

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

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