Html Css Color HEX #602356 Palatinate Purple

📋 copy color: '#602356'

red 96 ◦ green 35 ◦ blue 86

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

Shades of Palatinate Purple #602356

Tints of Palatinate Purple #602356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 44.24%
G = 16.13%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#602356 (or 0x602356) is known color: Palatinate Purple. HEX triplet: 60, 23 and 56. RGB value is (96,35,86). Sum of RGB (Red+Green+Blue) = 96+35+86=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602356 is #9FDCA9. Grayscale: #3A3A3A. Windows color (decimal): -10476714 or 5645152. OLE color: 5645152.

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

Color convert

RGB 96 35 86 -
CMYK 0 0.64 0.10 0.62
HSL 309.84º 0.47% 0.26% -
HSV(B) 309.84º 0.64% 0.38% -
XYZ 7.1 4.36 9.27 -
YUV 59.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 96 35 86 0 0.64 0.10 0.62 309.84 0.47 0.26
Hex 60 23 56 0 40 A 3E 136 2F 1A
Octal 140 43 126 0 100 12 76 466 57 32
Binary 1100000 100011 1010110 0 1000000 1010 111110 100110110 101111 11010

Color Harmonies of #602356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602356

Black with #602356

Text Example


Text Example

White with #602356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602356; }

 p { color: rgb(96,35,86); }

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

background-color css

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

 a { background-color: rgb(96,35,86); }

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

border-color css

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

 span { border-color: rgb(96,35,86); }

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