#64219D

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

Shades of Royal Purple #64219D

Tints of Royal Purple #64219D

Color information

#64219D (or 0x64219D) is unknown color: approx Royal Purple. HEX triplet: 64, 21 and 9D. RGB value is (100,33,157). Sum of RGB (Red+Green+Blue) = 100+33+157=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #64219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64219D is #9BDE62. Grayscale: #424242. Windows color (decimal): -10215011 or 10297700. OLE color: 10297700.

HSL color Cylindrical-coordinate representation of color #64219D: hue angle of 272.42º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64219D is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10033157-
CMYK0.360.7900.38
HSL272.42º65.26%37.25%-
HSV(B)272.42º78.98%61.57%-
XYZ11.896.2332.47-
YUV67.17178.7151.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=34.48%
G=11.38%
B=54.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100331570.360.7900.38272.4265.2637.25
Hex64219D244F0261104125
Octal144412354411704642010145
Binary110010010000110011101100100100111101001101000100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64219D; }

 p { color: rgb(100,33,157); }

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

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

 a { background-color: rgb(100,33,157); }

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

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

 span { border-color: rgb(100,33,157); }

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