Html Css Color HEX #721CE0 Blue Violet

📋 copy color: '#721CE0'

red 114 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #721CE0

Tints of Blue Violet #721CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 31.15%
G = 7.65%
B = 61.2%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#721CE0 (or 0x721CE0) is known color: Blue Violet. HEX triplet: 72, 1C and E0. RGB value is (114,28,224). Sum of RGB (Red+Green+Blue) = 114+28+224=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #721CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CE0 is #8DE31F. Grayscale: #4B4B4B. Windows color (decimal): -9298720 or 14687346. OLE color: 14687346.

HSL color Cylindrical-coordinate representation of color #721CE0: hue angle of 266.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721CE0 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 28 224 -
CMYK 0.49 0.88 0 0.12
HSL 266.33º 0.78% 0.49% -
HSV(B) 266.33º 0.88% 0.88% -
XYZ 20.81 9.79 71.31 -
YUV 76.06 211.49 155.06 -
System Red Green Blue C M Y K H S L
Decimal 114 28 224 0.49 0.88 0 0.12 266.33 0.78 0.49
Hex 72 1C E0 31 58 0 C 10A 4E 31
Octal 162 34 340 61 130 0 14 412 116 61
Binary 1110010 11100 11100000 110001 1011000 0 1100 100001010 1001110 110001

Color Harmonies of #721CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CE0

Black with #721CE0

Text Example


Text Example

White with #721CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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