#601E63

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

Shades of Palatinate Purple #601E63

Tints of Palatinate Purple #601E63

Color information

#601E63 (or 0x601E63) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 63. RGB value is (96,30,99). Sum of RGB (Red+Green+Blue) = 96+30+99=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #601E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E63 is #9FE19C. Grayscale: #393939. Windows color (decimal): -10477981 or 6495840. OLE color: 6495840.

HSL color Cylindrical-coordinate representation of color #601E63: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601E63 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB963099-
CMYK0.030.7000.61
HSL297.39º53.49%25.29%-
HSV(B)297.39º69.7%38.82%-
XYZ7.544.3212.24-
YUV57.6151.37155.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 99 (39.06% from 255) = 44%
R=42.67%
G=13.33%
B=44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9630990.030.7000.61297.3953.4925.29
Hex601E6334603D1293519
Octal1403614331060754516531
Binary1100000111101100011111000110011110110010100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E63; }

 p { color: rgb(96,30,99); }

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

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

 a { background-color: rgb(96,30,99); }

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

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

 span { border-color: rgb(96,30,99); }

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