#64469D

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

Shades of Royal Purple #64469D

Tints of Royal Purple #64469D

Color information

#64469D (or 0x64469D) is unknown color: approx Royal Purple. HEX triplet: 64, 46 and 9D. RGB value is (100,70,157). Sum of RGB (Red+Green+Blue) = 100+70+157=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #64469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64469D is #9BB962. Grayscale: #585858. Windows color (decimal): -10205539 or 10307172. OLE color: 10307172.

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

Color convert

RGB10070157-
CMYK0.360.5500.38
HSL260.69º38.33%44.51%-
HSV(B)260.69º55.41%61.57%-
XYZ13.539.5233.02-
YUV88.89166.44135.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=30.58%
G=21.41%
B=48.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100701570.360.5500.38260.6938.3344.51
Hex64469D2437026105262d
Octal14410623544670464054655
Binary11001001000110100111011001001101110100110100000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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