Html Css Color HEX #721CEA Blue Violet

📋 copy color: '#721CEA'

red 114 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #721CEA

Tints of Blue Violet #721CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 30.32%
G = 7.45%
B = 62.23%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#721CEA (or 0x721CEA) is known color: Blue Violet. HEX triplet: 72, 1C and EA. RGB value is (114,28,234). Sum of RGB (Red+Green+Blue) = 114+28+234=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #721CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CEA is #8DE315. Grayscale: #4C4C4C. Windows color (decimal): -9298710 or 15342706. OLE color: 15342706.

HSL color Cylindrical-coordinate representation of color #721CEA: hue angle of 265.05º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721CEA is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 28 234 -
CMYK 0.51 0.88 0 0.08
HSL 265.05º 0.83% 0.51% -
HSV(B) 265.05º 0.88% 0.92% -
XYZ 22.21 10.35 78.67 -
YUV 77.2 216.49 154.25 -
System Red Green Blue C M Y K H S L
Decimal 114 28 234 0.51 0.88 0 0.08 265.05 0.83 0.51
Hex 72 1C EA 33 58 0 8 109 53 33
Octal 162 34 352 63 130 0 10 411 123 63
Binary 1110010 11100 11101010 110011 1011000 0 1000 100001001 1010011 110011

Color Harmonies of #721CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CEA

Black with #721CEA

Text Example


Text Example

White with #721CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,234); }

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

background-color css

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

 a { background-color: rgb(114,28,234); }

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

border-color css

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

 span { border-color: rgb(114,28,234); }

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