#601352

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

Shades of Palatinate Purple #601352

Tints of Palatinate Purple #601352

Color information

#601352 (or 0x601352) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 52. RGB value is (96,19,82). Sum of RGB (Red+Green+Blue) = 96+19+82=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601352 is #9FECAD. Grayscale: #313131. Windows color (decimal): -10480814 or 5378912. OLE color: 5378912.

HSL color Cylindrical-coordinate representation of color #601352: hue angle of 310.91º 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 #601352 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB961982-
CMYK00.800.150.62
HSL310.91º66.96%22.55%-
HSV(B)310.91º80.21%37.65%-
XYZ6.583.568.32-
YUV49.2146.51161.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=48.73%
G=9.64%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96198200.800.150.62310.9166.9622.55
Hex601352050F3E1374317
Octal140231220120177646710327
Binary1100000100111010010010100001111111110100110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601352; }

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

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

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

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

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

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

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

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