#643B9D

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

Shades of Royal Purple #643B9D

Tints of Royal Purple #643B9D

Color information

#643B9D (or 0x643B9D) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and 9D. RGB value is (100,59,157). Sum of RGB (Red+Green+Blue) = 100+59+157=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #643B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B9D is #9BC462. Grayscale: #525252. Windows color (decimal): -10208355 or 10304356. OLE color: 10304356.

HSL color Cylindrical-coordinate representation of color #643B9D: hue angle of 265.1º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643B9D is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10059157-
CMYK0.360.6200.38
HSL265.1º45.37%42.35%-
HSV(B)265.1º62.42%61.57%-
XYZ12.918.2732.81-
YUV82.43170.08140.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=31.65%
G=18.67%
B=49.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100591570.360.6200.38265.145.3742.35
Hex643B9D243E0261092d2a
Octal1447323544760464115552
Binary1100100111011100111011001001111100100110100001001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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