#651052

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

Shades of Palatinate Purple #651052

Tints of Palatinate Purple #651052

Color information

#651052 (or 0x651052) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 52. RGB value is (101,16,82). Sum of RGB (Red+Green+Blue) = 101+16+82=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #651052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651052 is #9AEFAD. Grayscale: #303030. Windows color (decimal): -10153902 or 5378149. OLE color: 5378149.

HSL color Cylindrical-coordinate representation of color #651052: hue angle of 313.41º 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 #651052 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1011682-
CMYK00.840.190.60
HSL313.41º72.65%22.94%-
HSV(B)313.41º84.16%39.61%-
XYZ7.083.758.33-
YUV48.94146.66165.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=50.75%
G=8.04%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101168200.840.190.60313.4172.6522.94
Hex651052054133C1394917
Octal145201220124237447111127
Binary11001011000010100100101010010011111100100111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651052; }

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

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

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

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

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

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

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

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