#64329A

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

Shades of Royal Purple #64329A

Tints of Royal Purple #64329A

Color information

#64329A (or 0x64329A) is unknown color: approx Royal Purple. HEX triplet: 64, 32 and 9A. RGB value is (100,50,154). Sum of RGB (Red+Green+Blue) = 100+50+154=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #64329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64329A is #9BCD65. Grayscale: #4C4C4C. Windows color (decimal): -10210662 or 10105444. OLE color: 10105444.

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

Color convert

RGB10050154-
CMYK0.350.6800.40
HSL268.85º50.98%40%-
HSV(B)268.85º67.53%60.39%-
XYZ12.237.3231.34-
YUV76.81171.56144.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=32.89%
G=16.45%
B=50.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100501540.350.6800.40268.8550.9840
Hex64329A234402810d3328
Octal14462232431040504156350
Binary11001001100101001101010001110001000101000100001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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