#601351

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

Shades of Palatinate Purple #601351

Tints of Palatinate Purple #601351

Color information

#601351 (or 0x601351) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 51. RGB value is (96,19,81). Sum of RGB (Red+Green+Blue) = 96+19+81=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #601351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601351 is #9FECAE. Grayscale: #303030. Windows color (decimal): -10480815 or 5313376. OLE color: 5313376.

HSL color Cylindrical-coordinate representation of color #601351: hue angle of 311.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601351 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB961981-
CMYK00.800.160.62
HSL311.69º66.96%22.55%-
HSV(B)311.69º80.21%37.65%-
XYZ6.543.558.12-
YUV49.09146.01161.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=48.98%
G=9.69%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96198100.800.160.62311.6966.9622.55
Hex601351050103E1384317
Octal140231210120207647010327
Binary11000001001110100010101000010000111110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601351; }

 p { color: rgb(96,19,81); }

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

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

 a { background-color: rgb(96,19,81); }

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

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

 span { border-color: rgb(96,19,81); }

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