Html Css Color HEX #602150 Palatinate Purple

📋 copy color: '#602150'

red 96 ◦ green 33 ◦ blue 80

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

Shades of Palatinate Purple #602150

Tints of Palatinate Purple #602150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 45.93%
G = 15.79%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#602150 (or 0x602150) is known color: Palatinate Purple. HEX triplet: 60, 21 and 50. RGB value is (96,33,80). Sum of RGB (Red+Green+Blue) = 96+33+80=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602150 is #9FDEAF. Grayscale: #393939. Windows color (decimal): -10477232 or 5251424. OLE color: 5251424.

HSL color Cylindrical-coordinate representation of color #602150: hue angle of 315.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602150 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 80 -
CMYK 0 0.66 0.17 0.62
HSL 315.24º 0.49% 0.25% -
HSV(B) 315.24º 0.66% 0.38% -
XYZ 6.82 4.15 8.03 -
YUV 57.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 96 33 80 0 0.66 0.17 0.62 315.24 0.49 0.25
Hex 60 21 50 0 42 11 3E 13B 31 19
Octal 140 41 120 0 102 21 76 473 61 31
Binary 1100000 100001 1010000 0 1000010 10001 111110 100111011 110001 11001

Color Harmonies of #602150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602150

Black with #602150

Text Example


Text Example

White with #602150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602150; }

 p { color: rgb(96,33,80); }

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

background-color css

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

 a { background-color: rgb(96,33,80); }

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

border-color css

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

 span { border-color: rgb(96,33,80); }

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