Html Css Color HEX #602C5A Palatinate Purple

📋 copy color: '#602C5A'

red 96 ◦ green 44 ◦ blue 90

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

Shades of Palatinate Purple #602C5A

Tints of Palatinate Purple #602C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 41.74%
G = 19.13%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#602C5A (or 0x602C5A) is known color: Palatinate Purple. HEX triplet: 60, 2C and 5A. RGB value is (96,44,90). Sum of RGB (Red+Green+Blue) = 96+44+90=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #602C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C5A is #9FD3A5. Grayscale: #404040. Windows color (decimal): -10474406 or 5909600. OLE color: 5909600.

HSL color Cylindrical-coordinate representation of color #602C5A: hue angle of 306.92º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C5A is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 90 -
CMYK 0 0.54 0.06 0.62
HSL 306.92º 0.37% 0.27% -
HSV(B) 306.92º 0.54% 0.38% -
XYZ 7.57 5.03 10.24 -
YUV 64.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 96 44 90 0 0.54 0.06 0.62 306.92 0.37 0.27
Hex 60 2C 5A 0 36 6 3E 133 25 1B
Octal 140 54 132 0 66 6 76 463 45 33
Binary 1100000 101100 1011010 0 110110 110 111110 100110011 100101 11011

Color Harmonies of #602C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C5A

Black with #602C5A

Text Example


Text Example

White with #602C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C5A; }

 p { color: rgb(96,44,90); }

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

background-color css

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

 a { background-color: rgb(96,44,90); }

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

border-color css

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

 span { border-color: rgb(96,44,90); }

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