#721EA4

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

Shades of Royal Purple #721EA4

Tints of Royal Purple #721EA4

Color information

#721EA4 (or 0x721EA4) is unknown color: approx Royal Purple. HEX triplet: 72, 1E and A4. RGB value is (114,30,164). Sum of RGB (Red+Green+Blue) = 114+30+164=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #721EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721EA4 is #8DE15B. Grayscale: #454545. Windows color (decimal): -9298268 or 10755698. OLE color: 10755698.

HSL color Cylindrical-coordinate representation of color #721EA4: hue angle of 277.61º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721EA4 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11430164-
CMYK0.300.8200.36
HSL277.61º69.07%38.04%-
HSV(B)277.61º81.71%64.31%-
XYZ14.17.1935.77-
YUV70.39180.83159.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=37.01%
G=9.74%
B=53.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114301640.300.8200.36277.6169.0738.04
Hex721EA41E520241164526
Octal162362443612204442610546
Binary1110010111101010010011110101001001001001000101101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721EA4; }

 p { color: rgb(114,30,164); }

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

<style>
 a { background-color: #721EA4; }

 a { background-color: rgb(114,30,164); }

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

<style>
 span { border-color: #721EA4; }

 span { border-color: rgb(114,30,164); }

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