#643B9A

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

Shades of Royal Purple #643B9A

Tints of Royal Purple #643B9A

Color information

#643B9A (or 0x643B9A) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and 9A. RGB value is (100,59,154). Sum of RGB (Red+Green+Blue) = 100+59+154=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #643B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B9A is #9BC465. Grayscale: #515151. Windows color (decimal): -10208358 or 10107748. OLE color: 10107748.

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

Color convert

RGB10059154-
CMYK0.350.6200.40
HSL265.89º44.6%41.76%-
HSV(B)265.89º61.69%60.39%-
XYZ12.658.1731.48-
YUV82.09168.58140.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=31.95%
G=18.85%
B=49.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100591540.350.6200.40265.8944.641.76
Hex643B9A233E02810a2d2a
Octal1447323243760504125552
Binary1100100111011100110101000111111100101000100001010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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