#643AAD

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

Shades of Royal Purple #643AAD

Tints of Royal Purple #643AAD

Color information

#643AAD (or 0x643AAD) is unknown color: approx Royal Purple. HEX triplet: 64, 3A and AD. RGB value is (100,58,173). Sum of RGB (Red+Green+Blue) = 100+58+173=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #643AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AAD is #9BC552. Grayscale: #535353. Windows color (decimal): -10208595 or 11352676. OLE color: 11352676.

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

Color convert

RGB10058173-
CMYK0.420.6600.32
HSL261.91º49.78%45.29%-
HSV(B)261.91º66.47%67.84%-
XYZ14.318.7540.47-
YUV83.67178.41139.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=30.21%
G=17.52%
B=52.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100581730.420.6600.32261.9149.7845.29
Hex643AAD2A42020106322d
Octal14472255521020404066255
Binary11001001110101010110110101010000100100000100000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,58,173); }

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

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

 a { background-color: rgb(100,58,173); }

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

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

 span { border-color: rgb(100,58,173); }

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