#643BAA

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

Shades of Royal Purple #643BAA

Tints of Royal Purple #643BAA

Color information

#643BAA (or 0x643BAA) is unknown color: approx Royal Purple. HEX triplet: 64, 3B and AA. RGB value is (100,59,170). Sum of RGB (Red+Green+Blue) = 100+59+170=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #643BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAA is #9BC455. Grayscale: #535353. Windows color (decimal): -10208342 or 11156324. OLE color: 11156324.

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

Color convert

RGB10059170-
CMYK0.410.6500.33
HSL262.16º48.47%44.9%-
HSV(B)262.16º65.29%66.67%-
XYZ14.088.7438.98-
YUV83.91176.58139.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=30.40%
G=17.93%
B=51.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100591700.410.6500.33262.1648.4744.9
Hex643BAA2941021106302d
Octal14473252511010414066055
Binary11001001110111010101010100110000010100001100000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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