Html Css Color HEX #602B5D Palatinate Purple

📋 copy color: '#602B5D'

red 96 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #602B5D

Tints of Palatinate Purple #602B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 41.38%
G = 18.53%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#602B5D (or 0x602B5D) is known color: Palatinate Purple. HEX triplet: 60, 2B and 5D. RGB value is (96,43,93). Sum of RGB (Red+Green+Blue) = 96+43+93=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #602B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B5D is #9FD4A2. Grayscale: #404040. Windows color (decimal): -10474659 or 6105952. OLE color: 6105952.

HSL color Cylindrical-coordinate representation of color #602B5D: hue angle of 303.4º 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 #602B5D is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 43 93 -
CMYK 0 0.55 0.03 0.62
HSL 303.4º 0.38% 0.27% -
HSV(B) 303.4º 0.55% 0.38% -
XYZ 7.66 5 10.92 -
YUV 64.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 96 43 93 0 0.55 0.03 0.62 303.4 0.38 0.27
Hex 60 2B 5D 0 37 3 3E 12F 26 1B
Octal 140 53 135 0 67 3 76 457 46 33
Binary 1100000 101011 1011101 0 110111 11 111110 100101111 100110 11011

Color Harmonies of #602B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B5D

Black with #602B5D

Text Example


Text Example

White with #602B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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