#642068

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

Shades of Palatinate Purple #642068

Tints of Palatinate Purple #642068

Color information

#642068 (or 0x642068) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 68. RGB value is (100,32,104). Sum of RGB (Red+Green+Blue) = 100+32+104=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #642068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642068 is #9BDF97. Grayscale: #3C3C3C. Windows color (decimal): -10215320 or 6824036. OLE color: 6824036.

HSL color Cylindrical-coordinate representation of color #642068: hue angle of 296.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642068 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10032104-
CMYK0.040.6900.59
HSL296.67º52.94%26.67%-
HSV(B)296.67º69.23%40.78%-
XYZ8.274.7413.58-
YUV60.54152.53156.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=42.37%
G=13.56%
B=44.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100321040.040.6900.59296.6752.9426.67
Hex64206844503B129351b
Octal1444015041050734516533
Binary110010010000011010001001000101011101110010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642068; }

 p { color: rgb(100,32,104); }

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

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

 a { background-color: rgb(100,32,104); }

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

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

 span { border-color: rgb(100,32,104); }

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