#651256

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

Shades of Palatinate Purple #651256

Tints of Palatinate Purple #651256

Color information

#651256 (or 0x651256) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 56. RGB value is (101,18,86). Sum of RGB (Red+Green+Blue) = 101+18+86=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651256 is #9AEDA9. Grayscale: #323232. Windows color (decimal): -10153386 or 5640805. OLE color: 5640805.

HSL color Cylindrical-coordinate representation of color #651256: hue angle of 310.84º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651256 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1011886-
CMYK00.820.150.60
HSL310.84º69.75%23.33%-
HSV(B)310.84º82.18%39.61%-
XYZ7.263.879.17-
YUV50.57148163.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=49.27%
G=8.78%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101188600.820.150.60310.8469.7523.33
Hex651256052F3C1374617
Octal145221260122177446710627
Binary1100101100101010110010100101111111100100110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651256; }

 p { color: rgb(101,18,86); }

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

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

 a { background-color: rgb(101,18,86); }

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

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

 span { border-color: rgb(101,18,86); }

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