Html Css Color HEX #602655 Palatinate Purple

📋 copy color: '#602655'

red 96 ◦ green 38 ◦ blue 85

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

Shades of Palatinate Purple #602655

Tints of Palatinate Purple #602655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 43.84%
G = 17.35%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#602655 (or 0x602655) is known color: Palatinate Purple. HEX triplet: 60, 26 and 55. RGB value is (96,38,85). Sum of RGB (Red+Green+Blue) = 96+38+85=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602655 is #9FD9AA. Grayscale: #3C3C3C. Windows color (decimal): -10475947 or 5580384. OLE color: 5580384.

HSL color Cylindrical-coordinate representation of color #602655: hue angle of 311.38º 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 #602655 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 85 -
CMYK 0 0.60 0.11 0.62
HSL 311.38º 0.43% 0.26% -
HSV(B) 311.38º 0.6% 0.38% -
XYZ 7.16 4.53 9.09 -
YUV 60.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 96 38 85 0 0.60 0.11 0.62 311.38 0.43 0.26
Hex 60 26 55 0 3C B 3E 137 2B 1A
Octal 140 46 125 0 74 13 76 467 53 32
Binary 1100000 100110 1010101 0 111100 1011 111110 100110111 101011 11010

Color Harmonies of #602655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602655

Black with #602655

Text Example


Text Example

White with #602655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602655; }

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

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

background-color css

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

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

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

border-color css

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

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

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