#643BA8

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

Shades of Royal Purple #643BA8

Tints of Royal Purple #643BA8

Color information

#643BA8 (or 0x643BA8) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and A8. RGB value is (100,59,168). Sum of RGB (Red+Green+Blue) = 100+59+168=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #643BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BA8 is #9BC457. Grayscale: #535353. Windows color (decimal): -10208344 or 11025252. OLE color: 11025252.

HSL color Cylindrical-coordinate representation of color #643BA8: hue angle of 262.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643BA8 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10059168-
CMYK0.400.6500.34
HSL262.57º48.02%44.51%-
HSV(B)262.57º64.88%65.88%-
XYZ13.898.6637.99-
YUV83.68175.58139.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=30.58%
G=18.04%
B=51.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100591680.400.6500.34262.5748.0244.51
Hex643BA82841022107302d
Octal14473250501010424076055
Binary11001001110111010100010100010000010100010100000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643BA8; }

 p { color: rgb(100,59,168); }

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

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

 a { background-color: rgb(100,59,168); }

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

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

 span { border-color: rgb(100,59,168); }

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