Html Css Color HEX #721EA4 Royal Purple

📋 copy color: '#721EA4'

red 114 ◦ green 30 ◦ blue 164

#721EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #721EA4

Tints of Royal Purple #721EA4

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 value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#721EA4 (or 0x721EA4) is known color: 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

RGB 114 30 164 -
CMYK 0.30 0.82 0 0.36
HSL 277.61º 0.69% 0.38% -
HSV(B) 277.61º 0.82% 0.64% -
XYZ 14.1 7.19 35.77 -
YUV 70.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 114 30 164 0.30 0.82 0 0.36 277.61 0.69 0.38
Hex 72 1E A4 1E 52 0 24 116 45 26
Octal 162 36 244 36 122 0 44 426 105 46
Binary 1110010 11110 10100100 11110 1010010 0 100100 100010110 1000101 100110

Color Harmonies of #721EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EA4

Black with #721EA4

Text Example


Text Example

White with #721EA4

Text Example


Text Example

HTML Codes & Css Web 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>