Html Css Color HEX #602058 Palatinate Purple

📋 copy color: '#602058'

red 96 ◦ green 32 ◦ blue 88

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

Shades of Palatinate Purple #602058

Tints of Palatinate Purple #602058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 44.44%
G = 14.81%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#602058 (or 0x602058) is known color: Palatinate Purple. HEX triplet: 60, 20 and 58. RGB value is (96,32,88). Sum of RGB (Red+Green+Blue) = 96+32+88=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602058 is #9FDFA7. Grayscale: #393939. Windows color (decimal): -10477480 or 5775456. OLE color: 5775456.

HSL color Cylindrical-coordinate representation of color #602058: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602058 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 88 -
CMYK 0 0.67 0.08 0.62
HSL 307.5º 0.5% 0.25% -
HSV(B) 307.5º 0.67% 0.38% -
XYZ 7.1 4.22 9.67 -
YUV 57.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 96 32 88 0 0.67 0.08 0.62 307.5 0.5 0.25
Hex 60 20 58 0 43 8 3E 134 32 19
Octal 140 40 130 0 103 10 76 464 62 31
Binary 1100000 100000 1011000 0 1000011 1000 111110 100110100 110010 11001

Color Harmonies of #602058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602058

Black with #602058

Text Example


Text Example

White with #602058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602058; }

 p { color: rgb(96,32,88); }

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

background-color css

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

 a { background-color: rgb(96,32,88); }

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

border-color css

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

 span { border-color: rgb(96,32,88); }

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