#642262

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

Shades of Palatinate Purple #642262

Tints of Palatinate Purple #642262

Color information

#642262 (or 0x642262) is unknown color: approx Palatinate Purple. HEX triplet: 64, 22 and 62. RGB value is (100,34,98). Sum of RGB (Red+Green+Blue) = 100+34+98=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #642262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642262 is #9BDD9D. Grayscale: #3C3C3C. Windows color (decimal): -10214814 or 6431332. OLE color: 6431332.

HSL color Cylindrical-coordinate representation of color #642262: hue angle of 301.82º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642262 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1003498-
CMYK00.660.020.61
HSL301.82º49.25%26.27%-
HSV(B)301.82º66%39.22%-
XYZ8.034.7412.05-
YUV61.03148.87155.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=43.10%
G=14.66%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100349800.660.020.61301.8249.2526.27
Hex64226204223D12e311a
Octal1444214201022754566132
Binary11001001000101100010010000101011110110010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642262; }

 p { color: rgb(100,34,98); }

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

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

 a { background-color: rgb(100,34,98); }

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

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

 span { border-color: rgb(100,34,98); }

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