#64199A

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

Shades of Royal Purple #64199A

Tints of Royal Purple #64199A

Color information

#64199A (or 0x64199A) is unknown color: approx Royal Purple. HEX triplet: 64, 19 and 9A. RGB value is (100,25,154). Sum of RGB (Red+Green+Blue) = 100+25+154=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #64199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64199A is #9BE665. Grayscale: #3D3D3D. Windows color (decimal): -10217062 or 10099044. OLE color: 10099044.

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

Color convert

RGB10025154-
CMYK0.350.8400.40
HSL274.88º72.07%35.1%-
HSV(B)274.88º83.77%60.39%-
XYZ11.445.7431.08-
YUV62.13179.85155.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=35.84%
G=8.96%
B=55.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100251540.350.8400.40274.8872.0735.1
Hex64199A23540281134823
Octal144312324312405042311043
Binary11001001100110011010100011101010001010001000100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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