#651068

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

Shades of Palatinate Purple #651068

Tints of Palatinate Purple #651068

Color information

#651068 (or 0x651068) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 68. RGB value is (101,16,104). Sum of RGB (Red+Green+Blue) = 101+16+104=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #651068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651068 is #9AEF97. Grayscale: #333333. Windows color (decimal): -10153880 or 6819941. OLE color: 6819941.

HSL color Cylindrical-coordinate representation of color #651068: hue angle of 297.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651068 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10116104-
CMYK0.030.8500.59
HSL297.95º73.33%23.53%-
HSV(B)297.95º84.62%40.78%-
XYZ8.054.1413.47-
YUV51.45157.66163.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=45.70%
G=7.24%
B=47.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101161040.030.8500.59297.9573.3323.53
Hex65106835503B12a4918
Octal14520150312507345211130
Binary11001011000011010001110101010111011100101010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651068; }

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

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

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

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

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

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

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

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