#721FA5

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

Shades of Royal Purple #721FA5

Tints of Royal Purple #721FA5

Color information

#721FA5 (or 0x721FA5) is unknown color: approx Royal Purple. HEX triplet: 72, 1F and A5. RGB value is (114,31,165). Sum of RGB (Red+Green+Blue) = 114+31+165=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #721FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721FA5 is #8DE05A. Grayscale: #464646. Windows color (decimal): -9298011 or 10821490. OLE color: 10821490.

HSL color Cylindrical-coordinate representation of color #721FA5: hue angle of 277.16º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721FA5 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11431165-
CMYK0.310.8100.35
HSL277.16º68.37%38.43%-
HSV(B)277.16º81.21%64.71%-
XYZ14.227.2736.25-
YUV71.09181158.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=36.77%
G=10%
B=53.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114311650.310.8100.35277.1668.3738.43
Hex721FA51F510231154426
Octal162372453712104342510446
Binary1110010111111010010111111101000101000111000101011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,165); }

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

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

 a { background-color: rgb(114,31,165); }

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

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

 span { border-color: rgb(114,31,165); }

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