#644298

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

Shades of Royal Purple #644298

Tints of Royal Purple #644298

Color information

#644298 (or 0x644298) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and 98. RGB value is (100,66,152). Sum of RGB (Red+Green+Blue) = 100+66+152=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #644298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644298 is #9BBD67. Grayscale: #555555. Windows color (decimal): -10206568 or 9978468. OLE color: 9978468.

HSL color Cylindrical-coordinate representation of color #644298: hue angle of 263.72º degrees, saturation: 0.39, 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 #644298 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10066152-
CMYK0.340.5700.40
HSL263.72º39.45%42.75%-
HSV(B)263.72º56.58%59.61%-
XYZ12.878.8730.74-
YUV85.97165.26138.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=31.45%
G=20.75%
B=47.80%

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
Decimal100661520.340.5700.40263.7239.4542.75
Hex6442982239028108272b
Octal14410223042710504104753
Binary11001001000010100110001000101110010101000100001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644298; }

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

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

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

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

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

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

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

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