#643EA1

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

Shades of Royal Purple #643EA1

Tints of Royal Purple #643EA1

Color information

#643EA1 (or 0x643EA1) is unknown color: approx Royal Purple. HEX triplet: 64, 3E and A1. RGB value is (100,62,161). Sum of RGB (Red+Green+Blue) = 100+62+161=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #643EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643EA1 is #9BC15E. Grayscale: #545454. Windows color (decimal): -10207583 or 10567268. OLE color: 10567268.

HSL color Cylindrical-coordinate representation of color #643EA1: hue angle of 263.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #643EA1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10062161-
CMYK0.380.6100.37
HSL263.03º44.39%43.73%-
HSV(B)263.03º61.49%63.14%-
XYZ13.418.7334.7-
YUV84.65171.09138.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 161 (63.28% from 255) = 49.85%
R=30.96%
G=19.20%
B=49.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100621610.380.6100.37263.0344.3943.73
Hex643EA1263D0251072c2c
Octal1447624146750454075454
Binary1100100111110101000011001101111010100101100000111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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