Html Css Color HEX #721AA1 Vivid Violet

📋 copy color: '#721AA1'

red 114 ◦ green 26 ◦ blue 161

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

Shades of Vivid Violet #721AA1

Tints of Vivid Violet #721AA1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 37.87%
G = 8.64%
B = 53.49%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#721AA1 (or 0x721AA1) is known color: Vivid Violet. HEX triplet: 72, 1A and A1. RGB value is (114,26,161). Sum of RGB (Red+Green+Blue) = 114+26+161=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #721AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721AA1 is #8DE55E. Grayscale: #434343. Windows color (decimal): -9299295 or 10558066. OLE color: 10558066.

HSL color Cylindrical-coordinate representation of color #721AA1: hue angle of 279.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721AA1 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 26 161 -
CMYK 0.29 0.84 0 0.37
HSL 279.11º 0.72% 0.37% -
HSV(B) 279.11º 0.84% 0.63% -
XYZ 13.74 6.89 34.32 -
YUV 67.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 114 26 161 0.29 0.84 0 0.37 279.11 0.72 0.37
Hex 72 1A A1 1D 54 0 25 117 48 25
Octal 162 32 241 35 124 0 45 427 110 45
Binary 1110010 11010 10100001 11101 1010100 0 100101 100010111 1001000 100101

Color Harmonies of #721AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AA1

Black with #721AA1

Text Example


Text Example

White with #721AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,26,161); }

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

background-color css

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

 a { background-color: rgb(114,26,161); }

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

border-color css

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

 span { border-color: rgb(114,26,161); }

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