#651F55

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

Shades of Palatinate Purple #651F55

Tints of Palatinate Purple #651F55

Color information

#651F55 (or 0x651F55) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1F and 55. RGB value is (101,31,85). Sum of RGB (Red+Green+Blue) = 101+31+85=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #651F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F55 is #9AE0AA. Grayscale: #393939. Windows color (decimal): -10150059 or 5578597. OLE color: 5578597.

HSL color Cylindrical-coordinate representation of color #651F55: hue angle of 313.71º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F55 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1013185-
CMYK00.690.160.60
HSL313.71º53.03%25.88%-
HSV(B)313.71º69.31%39.61%-
XYZ7.54.49.05-
YUV58.09143.19158.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=46.54%
G=14.29%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101318500.690.160.60313.7153.0325.88
Hex651F55045103C13a351a
Octal14537125010520744726532
Binary1100101111111010101010001011000011110010011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F55; }

 p { color: rgb(101,31,85); }

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

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

 a { background-color: rgb(101,31,85); }

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

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

 span { border-color: rgb(101,31,85); }

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