Html Css Color HEX #602E5A Palatinate Purple

📋 copy color: '#602E5A'

red 96 ◦ green 46 ◦ blue 90

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

Shades of Palatinate Purple #602E5A

Tints of Palatinate Purple #602E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

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

R = 41.38%
G = 19.83%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#602E5A (or 0x602E5A) is known color: Palatinate Purple. HEX triplet: 60, 2E and 5A. RGB value is (96,46,90). Sum of RGB (Red+Green+Blue) = 96+46+90=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #602E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E5A is #9FD1A5. Grayscale: #414141. Windows color (decimal): -10473894 or 5910112. OLE color: 5910112.

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

Color convert

RGB 96 46 90 -
CMYK 0 0.52 0.06 0.62
HSL 307.2º 0.35% 0.28% -
HSV(B) 307.2º 0.52% 0.38% -
XYZ 7.65 5.18 10.27 -
YUV 65.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 96 46 90 0 0.52 0.06 0.62 307.2 0.35 0.28
Hex 60 2E 5A 0 34 6 3E 133 23 1C
Octal 140 56 132 0 64 6 76 463 43 34
Binary 1100000 101110 1011010 0 110100 110 111110 100110011 100011 11100

Color Harmonies of #602E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E5A

Black with #602E5A

Text Example


Text Example

White with #602E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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