#643BAE

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

Shades of Royal Purple #643BAE

Tints of Royal Purple #643BAE

Color information

#643BAE (or 0x643BAE) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and AE. RGB value is (100,59,174). Sum of RGB (Red+Green+Blue) = 100+59+174=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #643BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAE is #9BC451. Grayscale: #535353. Windows color (decimal): -10208338 or 11418468. OLE color: 11418468.

HSL color Cylindrical-coordinate representation of color #643BAE: hue angle of 261.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643BAE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10059174-
CMYK0.430.6600.32
HSL261.39º49.36%45.69%-
HSV(B)261.39º66.09%68.24%-
XYZ14.468.8941-
YUV84.37178.58139.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=30.03%
G=17.72%
B=52.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100591740.430.6600.32261.3949.3645.69
Hex643BAE2B42020105312e
Octal14473256531020404056156
Binary11001001110111010111010101110000100100000100000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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