#601250

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

Shades of Palatinate Purple #601250

Tints of Palatinate Purple #601250

Color information

#601250 (or 0x601250) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 50. RGB value is (96,18,80). Sum of RGB (Red+Green+Blue) = 96+18+80=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601250 is #9FEDAF. Grayscale: #303030. Windows color (decimal): -10481072 or 5247584. OLE color: 5247584.

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

Color convert

RGB961880-
CMYK00.810.170.62
HSL312.31º68.42%22.35%-
HSV(B)312.31º81.25%37.65%-
XYZ6.493.57.92-
YUV48.39145.84161.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=49.48%
G=9.28%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96188000.810.170.62312.3168.4222.35
Hex601250051113E1384416
Octal140221200121217647010426
Binary11000001001010100000101000110001111110100111000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601250; }

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

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

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

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

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

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

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

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