#641968

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

Shades of Palatinate Purple #641968

Tints of Palatinate Purple #641968

Color information

#641968 (or 0x641968) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 68. RGB value is (100,25,104). Sum of RGB (Red+Green+Blue) = 100+25+104=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #641968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641968 is #9BE697. Grayscale: #383838. Windows color (decimal): -10217112 or 6822244. OLE color: 6822244.

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

Color convert

RGB10025104-
CMYK0.040.7600.59
HSL296.96º61.24%25.29%-
HSV(B)296.96º75.96%40.78%-
XYZ8.14.413.52-
YUV56.43154.85159.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=43.67%
G=10.92%
B=45.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100251040.040.7600.59296.9661.2425.29
Hex64196844C03B1293d19
Octal1443115041140734517531
Binary11001001100111010001001001100011101110010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641968; }

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

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

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

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

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

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

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

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