Html Css Color HEX #602D5A Palatinate Purple

📋 copy color: '#602D5A'

red 96 ◦ green 45 ◦ blue 90

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

Shades of Palatinate Purple #602D5A

Tints of Palatinate Purple #602D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 41.56%
G = 19.48%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#602D5A (or 0x602D5A) is known color: Palatinate Purple. HEX triplet: 60, 2D and 5A. RGB value is (96,45,90). Sum of RGB (Red+Green+Blue) = 96+45+90=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #602D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D5A is #9FD2A5. Grayscale: #414141. Windows color (decimal): -10474150 or 5909856. OLE color: 5909856.

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

Color convert

RGB 96 45 90 -
CMYK 0 0.53 0.06 0.62
HSL 307.06º 0.36% 0.28% -
HSV(B) 307.06º 0.53% 0.38% -
XYZ 7.61 5.1 10.26 -
YUV 65.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 96 45 90 0 0.53 0.06 0.62 307.06 0.36 0.28
Hex 60 2D 5A 0 35 6 3E 133 24 1C
Octal 140 55 132 0 65 6 76 463 44 34
Binary 1100000 101101 1011010 0 110101 110 111110 100110011 100100 11100

Color Harmonies of #602D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D5A

Black with #602D5A

Text Example


Text Example

White with #602D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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