Html Css Color HEX #602656 Palatinate Purple

📋 copy color: '#602656'

red 96 ◦ green 38 ◦ blue 86

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

Shades of Palatinate Purple #602656

Tints of Palatinate Purple #602656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 43.64%
G = 17.27%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#602656 (or 0x602656) is known color: Palatinate Purple. HEX triplet: 60, 26 and 56. RGB value is (96,38,86). Sum of RGB (Red+Green+Blue) = 96+38+86=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602656 is #9FD9A9. Grayscale: #3C3C3C. Windows color (decimal): -10475946 or 5645920. OLE color: 5645920.

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

Color convert

RGB 96 38 86 -
CMYK 0 0.60 0.10 0.62
HSL 310.34º 0.43% 0.26% -
HSV(B) 310.34º 0.6% 0.38% -
XYZ 7.2 4.54 9.3 -
YUV 60.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 96 38 86 0 0.60 0.10 0.62 310.34 0.43 0.26
Hex 60 26 56 0 3C A 3E 136 2B 1A
Octal 140 46 126 0 74 12 76 466 53 32
Binary 1100000 100110 1010110 0 111100 1010 111110 100110110 101011 11010

Color Harmonies of #602656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602656

Black with #602656

Text Example


Text Example

White with #602656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602656; }

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

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

background-color css

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

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

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

border-color css

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

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

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