#602350

Color #602350 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #602350

Tints of Palatinate Purple #602350

Color information

#602350 (or 0x602350) is unknown color: approx Palatinate Purple. HEX triplet: 60, 23 and 50. RGB value is (96,35,80). Sum of RGB (Red+Green+Blue) = 96+35+80=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #602350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602350 is #9FDCAF. Grayscale: #3A3A3A. Windows color (decimal): -10476720 or 5251936. OLE color: 5251936.

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

Color convert

RGB963580-
CMYK00.640.170.62
HSL315.74º46.56%25.69%-
HSV(B)315.74º63.54%37.65%-
XYZ6.874.278.05-
YUV58.37140.21154.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=45.50%
G=16.59%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96358000.640.170.62315.7446.5625.69
Hex602350040113E13c2f1a
Octal14043120010021764745732
Binary11000001000111010000010000001000111111010011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602350; }

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

 H1.HeaderClassName
 {
   color: #602350;
 }
 .AnyTagClassName
 {
   color: #602350;
 }
</style>
background-color css

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

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

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

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

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

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