#643998

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

Shades of Royal Purple #643998

Tints of Royal Purple #643998

Color information

#643998 (or 0x643998) is unknown color: approx Royal Purple. HEX triplet: 64, 39 and 98. RGB value is (100,57,152). Sum of RGB (Red+Green+Blue) = 100+57+152=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #643998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643998 is #9BC667. Grayscale: #505050. Windows color (decimal): -10208872 or 9976164. OLE color: 9976164.

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

Color convert

RGB10057152-
CMYK0.340.6200.40
HSL267.16º45.45%40.98%-
HSV(B)267.16º62.5%59.61%-
XYZ12.397.930.58-
YUV80.69168.25141.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=32.36%
G=18.45%
B=49.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100571520.340.6200.40267.1645.4540.98
Hex643998223E02810b2d29
Octal1447123042760504135551
Binary1100100111001100110001000101111100101000100001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643998; }

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

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

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

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

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

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

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

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