Html Css Color HEX #602257 Palatinate Purple

📋 copy color: '#602257'

red 96 ◦ green 34 ◦ blue 87

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

Shades of Palatinate Purple #602257

Tints of Palatinate Purple #602257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 44.24%
G = 15.67%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#602257 (or 0x602257) is known color: Palatinate Purple. HEX triplet: 60, 22 and 57. RGB value is (96,34,87). Sum of RGB (Red+Green+Blue) = 96+34+87=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602257 is #9FDDA8. Grayscale: #3A3A3A. Windows color (decimal): -10476969 or 5710432. OLE color: 5710432.

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

Color convert

RGB 96 34 87 -
CMYK 0 0.65 0.09 0.62
HSL 308.71º 0.48% 0.25% -
HSV(B) 308.71º 0.65% 0.38% -
XYZ 7.12 4.32 9.48 -
YUV 58.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 96 34 87 0 0.65 0.09 0.62 308.71 0.48 0.25
Hex 60 22 57 0 41 9 3E 135 30 19
Octal 140 42 127 0 101 11 76 465 60 31
Binary 1100000 100010 1010111 0 1000001 1001 111110 100110101 110000 11001

Color Harmonies of #602257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602257

Black with #602257

Text Example


Text Example

White with #602257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602257; }

 p { color: rgb(96,34,87); }

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

background-color css

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

 a { background-color: rgb(96,34,87); }

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

border-color css

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

 span { border-color: rgb(96,34,87); }

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