#642699

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

Shades of Royal Purple #642699

Tints of Royal Purple #642699

Color information

#642699 (or 0x642699) is unknown color: approx Royal Purple. HEX triplet: 64, 26 and 99. RGB value is (100,38,153). Sum of RGB (Red+Green+Blue) = 100+38+153=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #642699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642699 is #9BD966. Grayscale: #454545. Windows color (decimal): -10213735 or 10036836. OLE color: 10036836.

HSL color Cylindrical-coordinate representation of color #642699: hue angle of 272.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642699 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10038153-
CMYK0.350.7500.4
HSL272.35º60.21%37.45%-
HSV(B)272.35º75.16%60%-
XYZ11.76.430.75-
YUV69.65175.04149.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=34.36%
G=13.06%
B=52.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100381530.350.7500.4272.3560.2137.45
Hex642699234B0281103c25
Octal14446231431130504207445
Binary11001001001101001100110001110010110101000100010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642699; }

 p { color: rgb(100,38,153); }

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

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

 a { background-color: rgb(100,38,153); }

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

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

 span { border-color: rgb(100,38,153); }

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