#651055

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

Shades of Palatinate Purple #651055

Tints of Palatinate Purple #651055

Color information

#651055 (or 0x651055) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 55. RGB value is (101,16,85). Sum of RGB (Red+Green+Blue) = 101+16+85=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #651055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651055 is #9AEFAA. Grayscale: #313131. Windows color (decimal): -10153899 or 5574757. OLE color: 5574757.

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

Color convert

RGB1011685-
CMYK00.840.160.60
HSL311.29º72.65%22.94%-
HSV(B)311.29º84.16%39.61%-
XYZ7.193.798.95-
YUV49.28148.16164.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=50%
G=7.92%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101168500.840.160.60311.2972.6522.94
Hex651055054103C1374917
Octal145201250124207446711127
Binary11001011000010101010101010010000111100100110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651055; }

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

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

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

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

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

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

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

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