#643BAC

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

Shades of Royal Purple #643BAC

Tints of Royal Purple #643BAC

Color information

#643BAC (or 0x643BAC) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and AC. RGB value is (100,59,172). Sum of RGB (Red+Green+Blue) = 100+59+172=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #643BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAC is #9BC453. Grayscale: #535353. Windows color (decimal): -10208340 or 11287396. OLE color: 11287396.

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

Color convert

RGB10059172-
CMYK0.420.6600.33
HSL261.77º48.92%45.29%-
HSV(B)261.77º65.7%67.45%-
XYZ14.278.8239.98-
YUV84.14177.58139.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=30.21%
G=17.82%
B=51.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100591720.420.6600.33261.7748.9245.29
Hex643BAC2A42021106312d
Octal14473254521020414066155
Binary11001001110111010110010101010000100100001100000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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