Html Css Color HEX #721FA2 Royal Purple

📋 copy color: '#721FA2'

red 114 ◦ green 31 ◦ blue 162

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

Shades of Royal Purple #721FA2

Tints of Royal Purple #721FA2

RGB

 RED value IS 114 (44.92% from 255) = 37.13%

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 37.13%
G = 10.1%
B = 52.77%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#721FA2 (or 0x721FA2) is known color: Royal Purple. HEX triplet: 72, 1F and A2. RGB value is (114,31,162). Sum of RGB (Red+Green+Blue) = 114+31+162=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #721FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721FA2 is #8DE05D. Grayscale: #464646. Windows color (decimal): -9298014 or 10624882. OLE color: 10624882.

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

Color convert

RGB 114 31 162 -
CMYK 0.30 0.81 0 0.36
HSL 278.02º 0.68% 0.38% -
HSV(B) 278.02º 0.81% 0.64% -
XYZ 13.95 7.17 34.83 -
YUV 70.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 114 31 162 0.30 0.81 0 0.36 278.02 0.68 0.38
Hex 72 1F A2 1E 51 0 24 116 44 26
Octal 162 37 242 36 121 0 44 426 104 46
Binary 1110010 11111 10100010 11110 1010001 0 100100 100010110 1000100 100110

Color Harmonies of #721FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FA2

Black with #721FA2

Text Example


Text Example

White with #721FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #721FA2;
 }
 .AnyTagClassName
 {
   color: #721FA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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