#64115A

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

Shades of Palatinate Purple #64115A

Tints of Palatinate Purple #64115A

Color information

#64115A (or 0x64115A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 11 and 5A. RGB value is (100,17,90). Sum of RGB (Red+Green+Blue) = 100+17+90=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64115A is #9BEEA5. Grayscale: #313131. Windows color (decimal): -10219174 or 5902692. OLE color: 5902692.

HSL color Cylindrical-coordinate representation of color #64115A: hue angle of 307.23º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64115A is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1001790-
CMYK00.830.100.61
HSL307.23º70.94%22.94%-
HSV(B)307.23º83%39.22%-
XYZ7.33.8510.03-
YUV50.14150.5163.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=48.31%
G=8.21%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100179000.830.100.61307.2370.9422.94
Hex64115A053A3D1334717
Octal144211320123127546310727
Binary1100100100011011010010100111010111101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64115A; }

 p { color: rgb(100,17,90); }

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

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

 a { background-color: rgb(100,17,90); }

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

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

 span { border-color: rgb(100,17,90); }

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