#644198

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

Shades of Royal Purple #644198

Tints of Royal Purple #644198

Color information

#644198 (or 0x644198) is unknown color: approx Royal Purple. HEX triplet: 64, 41 and 98. RGB value is (100,65,152). Sum of RGB (Red+Green+Blue) = 100+65+152=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #644198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644198 is #9BBE67. Grayscale: #555555. Windows color (decimal): -10206824 or 9978212. OLE color: 9978212.

HSL color Cylindrical-coordinate representation of color #644198: hue angle of 264.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644198 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10065152-
CMYK0.340.5700.40
HSL264.14º40.09%42.55%-
HSV(B)264.14º57.24%59.61%-
XYZ12.818.7630.72-
YUV85.38165.6138.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=31.55%
G=20.50%
B=47.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100651520.340.5700.40264.1440.0942.55
Hex6441982239028108282b
Octal14410123042710504105053
Binary11001001000001100110001000101110010101000100001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644198; }

 p { color: rgb(100,65,152); }

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

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

 a { background-color: rgb(100,65,152); }

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

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

 span { border-color: rgb(100,65,152); }

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