#64319E

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

Shades of Royal Purple #64319E

Tints of Royal Purple #64319E

Color information

#64319E (or 0x64319E) is unknown color: approx Royal Purple. HEX triplet: 64, 31 and 9E. RGB value is (100,49,158). Sum of RGB (Red+Green+Blue) = 100+49+158=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #64319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64319E is #9BCE61. Grayscale: #4C4C4C. Windows color (decimal): -10210914 or 10367332. OLE color: 10367332.

HSL color Cylindrical-coordinate representation of color #64319E: hue angle of 268.07º degrees, saturation: 0.53, 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 #64319E is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10049158-
CMYK0.370.6900.38
HSL268.07º52.66%40.59%-
HSV(B)268.07º68.99%61.96%-
XYZ12.537.3733.11-
YUV76.68173.9144.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=32.57%
G=15.96%
B=51.47%

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
Decimal100491580.370.6900.38268.0752.6640.59
Hex64319E254502610c3529
Octal14461236451050464146551
Binary11001001100011001111010010110001010100110100001100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64319E; }

 p { color: rgb(100,49,158); }

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

<style>
 a { background-color: #64319E; }

 a { background-color: rgb(100,49,158); }

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

<style>
 span { border-color: #64319E; }

 span { border-color: rgb(100,49,158); }

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