Html Css Color HEX #602B5A Palatinate Purple

📋 copy color: '#602B5A'

red 96 ◦ green 43 ◦ blue 90

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

Shades of Palatinate Purple #602B5A

Tints of Palatinate Purple #602B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

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

R = 41.92%
G = 18.78%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#602B5A (or 0x602B5A) is known color: Palatinate Purple. HEX triplet: 60, 2B and 5A. RGB value is (96,43,90). Sum of RGB (Red+Green+Blue) = 96+43+90=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #602B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B5A is #9FD4A5. Grayscale: #404040. Windows color (decimal): -10474662 or 5909344. OLE color: 5909344.

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

Color convert

RGB 96 43 90 -
CMYK 0 0.55 0.06 0.62
HSL 306.79º 0.38% 0.27% -
HSV(B) 306.79º 0.55% 0.38% -
XYZ 7.53 4.95 10.23 -
YUV 64.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 96 43 90 0 0.55 0.06 0.62 306.79 0.38 0.27
Hex 60 2B 5A 0 37 6 3E 133 26 1B
Octal 140 53 132 0 67 6 76 463 46 33
Binary 1100000 101011 1011010 0 110111 110 111110 100110011 100110 11011

Color Harmonies of #602B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B5A

Black with #602B5A

Text Example


Text Example

White with #602B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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