#64329F

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

Shades of Royal Purple #64329F

Tints of Royal Purple #64329F

Color information

#64329F (or 0x64329F) is unknown color: approx Royal Purple. HEX triplet: 64, 32 and 9F. RGB value is (100,50,159). Sum of RGB (Red+Green+Blue) = 100+50+159=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #64329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64329F is #9BCD60. Grayscale: #4C4C4C. Windows color (decimal): -10210657 or 10433124. OLE color: 10433124.

HSL color Cylindrical-coordinate representation of color #64329F: hue angle of 267.52º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64329F is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10050159-
CMYK0.370.6900.38
HSL267.52º52.15%40.98%-
HSV(B)267.52º68.55%62.35%-
XYZ12.657.4933.58-
YUV77.38174.06144.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=32.36%
G=16.18%
B=51.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100501590.370.6900.38267.5252.1540.98
Hex64329F254502610c3429
Octal14462237451050464146451
Binary11001001100101001111110010110001010100110100001100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64329F; }

 p { color: rgb(100,50,159); }

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

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

 a { background-color: rgb(100,50,159); }

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

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

 span { border-color: rgb(100,50,159); }

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