#643BAD

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

Shades of Royal Purple #643BAD

Tints of Royal Purple #643BAD

Color information

#643BAD (or 0x643BAD) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and AD. RGB value is (100,59,173). Sum of RGB (Red+Green+Blue) = 100+59+173=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #643BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAD is #9BC452. Grayscale: #535353. Windows color (decimal): -10208339 or 11352932. OLE color: 11352932.

HSL color Cylindrical-coordinate representation of color #643BAD: hue angle of 261.58º degrees, saturation: 0.49, 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 #643BAD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10059173-
CMYK0.420.6600.32
HSL261.58º49.14%45.49%-
HSV(B)261.58º65.9%67.84%-
XYZ14.368.8540.49-
YUV84.26178.08139.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=30.12%
G=17.77%
B=52.11%

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
Decimal100591730.420.6600.32261.5849.1445.49
Hex643BAD2A42020106312d
Octal14473255521020404066155
Binary11001001110111010110110101010000100100000100000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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