#643B9B

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

Shades of Royal Purple #643B9B

Tints of Royal Purple #643B9B

Color information

#643B9B (or 0x643B9B) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and 9B. RGB value is (100,59,155). Sum of RGB (Red+Green+Blue) = 100+59+155=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #643B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B9B is #9BC464. Grayscale: #515151. Windows color (decimal): -10208357 or 10173284. OLE color: 10173284.

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

Color convert

RGB10059155-
CMYK0.350.6200.39
HSL265.62º44.86%41.96%-
HSV(B)265.62º61.94%60.78%-
XYZ12.748.231.92-
YUV82.2169.08140.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=31.85%
G=18.79%
B=49.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100591550.350.6200.39265.6244.8641.96
Hex643B9B233E02710a2d2a
Octal1447323343760474125552
Binary1100100111011100110111000111111100100111100001010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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