Html Css Color HEX #602861 Palatinate Purple

📋 copy color: '#602861'

red 96 ◦ green 40 ◦ blue 97

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

Shades of Palatinate Purple #602861

Tints of Palatinate Purple #602861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 41.2%
G = 17.17%
B = 41.63%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602861 (or 0x602861) is known color: Palatinate Purple. HEX triplet: 60, 28 and 61. RGB value is (96,40,97). Sum of RGB (Red+Green+Blue) = 96+40+97=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #602861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602861 is #9FD79E. Grayscale: #3F3F3F. Windows color (decimal): -10475423 or 6367328. OLE color: 6367328.

HSL color Cylindrical-coordinate representation of color #602861: hue angle of 298.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602861 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 97 -
CMYK 0.01 0.59 0 0.62
HSL 298.95º 0.42% 0.27% -
HSV(B) 298.95º 0.59% 0.38% -
XYZ 7.74 4.87 11.84 -
YUV 63.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 96 40 97 0.01 0.59 0 0.62 298.95 0.42 0.27
Hex 60 28 61 1 3B 0 3E 12B 2A 1B
Octal 140 50 141 1 73 0 76 453 52 33
Binary 1100000 101000 1100001 1 111011 0 111110 100101011 101010 11011

Color Harmonies of #602861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602861

Black with #602861

Text Example


Text Example

White with #602861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602861; }

 p { color: rgb(96,40,97); }

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

background-color css

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

 a { background-color: rgb(96,40,97); }

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

border-color css

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

 span { border-color: rgb(96,40,97); }

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