#643EAE

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

Shades of Royal Purple #643EAE

Tints of Royal Purple #643EAE

Color information

#643EAE (or 0x643EAE) is unknown color: approx Royal Purple. HEX triplet: 64, 3E and AE. RGB value is (100,62,174). Sum of RGB (Red+Green+Blue) = 100+62+174=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #643EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643EAE is #9BC151. Grayscale: #555555. Windows color (decimal): -10207570 or 11419236. OLE color: 11419236.

HSL color Cylindrical-coordinate representation of color #643EAE: hue angle of 260.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643EAE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10062174-
CMYK0.430.6400.32
HSL260.36º47.46%46.27%-
HSV(B)260.36º64.37%68.24%-
XYZ14.629.2141.05-
YUV86.13177.59137.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=29.76%
G=18.45%
B=51.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100621740.430.6400.32260.3647.4646.27
Hex643EAE2B400201042f2e
Octal14476256531000404045756
Binary11001001111101010111010101110000000100000100000100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,62,174); }

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

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

 a { background-color: rgb(100,62,174); }

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

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

 span { border-color: rgb(100,62,174); }

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