#64299A

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

Shades of Royal Purple #64299A

Tints of Royal Purple #64299A

Color information

#64299A (or 0x64299A) is unknown color: approx Royal Purple. HEX triplet: 64, 29 and 9A. RGB value is (100,41,154). Sum of RGB (Red+Green+Blue) = 100+41+154=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #64299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64299A is #9BD665. Grayscale: #474747. Windows color (decimal): -10212966 or 10103140. OLE color: 10103140.

HSL color Cylindrical-coordinate representation of color #64299A: hue angle of 271.33º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64299A is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10041154-
CMYK0.350.7300.40
HSL271.33º57.95%38.24%-
HSV(B)271.33º73.38%60.39%-
XYZ11.886.6331.23-
YUV71.52174.55148.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=33.90%
G=13.90%
B=52.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100411540.350.7300.40271.3357.9538.24
Hex64299A234902810f3a26
Octal14451232431110504177246
Binary11001001010011001101010001110010010101000100001111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64299A; }

 p { color: rgb(100,41,154); }

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

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

 a { background-color: rgb(100,41,154); }

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

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

 span { border-color: rgb(100,41,154); }

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