Html Css Color HEX #721DEC Blue Violet

📋 copy color: '#721DEC'

red 114 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #721DEC

Tints of Blue Violet #721DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 30.08%
G = 7.65%
B = 62.27%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#721DEC (or 0x721DEC) is known color: Blue Violet. HEX triplet: 72, 1D and EC. RGB value is (114,29,236). Sum of RGB (Red+Green+Blue) = 114+29+236=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #721DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DEC is #8DE213. Grayscale: #4D4D4D. Windows color (decimal): -9298452 or 15474034. OLE color: 15474034.

HSL color Cylindrical-coordinate representation of color #721DEC: hue angle of 264.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721DEC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 29 236 -
CMYK 0.52 0.88 0 0.07
HSL 264.64º 0.84% 0.52% -
HSV(B) 264.64º 0.88% 0.93% -
XYZ 22.52 10.51 80.2 -
YUV 78.01 217.16 153.67 -
System Red Green Blue C M Y K H S L
Decimal 114 29 236 0.52 0.88 0 0.07 264.64 0.84 0.52
Hex 72 1D EC 34 58 0 7 109 54 34
Octal 162 35 354 64 130 0 7 411 124 64
Binary 1110010 11101 11101100 110100 1011000 0 111 100001001 1010100 110100

Color Harmonies of #721DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DEC

Black with #721DEC

Text Example


Text Example

White with #721DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,236); }

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

background-color css

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

 a { background-color: rgb(114,29,236); }

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

border-color css

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

 span { border-color: rgb(114,29,236); }

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