Html Css Color HEX #721CE8 Blue Violet

📋 copy color: '#721CE8'

red 114 ◦ green 28 ◦ blue 232

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

Shades of Blue Violet #721CE8

Tints of Blue Violet #721CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.03%

R = 30.48%
G = 7.49%
B = 62.03%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#721CE8 (or 0x721CE8) is known color: Blue Violet. HEX triplet: 72, 1C and E8. RGB value is (114,28,232). Sum of RGB (Red+Green+Blue) = 114+28+232=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #721CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CE8 is #8DE317. Grayscale: #4C4C4C. Windows color (decimal): -9298712 or 15211634. OLE color: 15211634.

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

Color convert

RGB 114 28 232 -
CMYK 0.51 0.88 0 0.09
HSL 265.29º 0.82% 0.51% -
HSV(B) 265.29º 0.88% 0.91% -
XYZ 21.92 10.23 77.16 -
YUV 76.97 215.49 154.41 -
System Red Green Blue C M Y K H S L
Decimal 114 28 232 0.51 0.88 0 0.09 265.29 0.82 0.51
Hex 72 1C E8 33 58 0 9 109 52 33
Octal 162 34 350 63 130 0 11 411 122 63
Binary 1110010 11100 11101000 110011 1011000 0 1001 100001001 1010010 110011

Color Harmonies of #721CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CE8

Black with #721CE8

Text Example


Text Example

White with #721CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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