Html Css Color HEX #721DED Blue Violet

📋 copy color: '#721DED'

red 114 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #721DED

Tints of Blue Violet #721DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 30%
G = 7.63%
B = 62.37%

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

#721DED (or 0x721DED) is known color: Blue Violet. HEX triplet: 72, 1D and ED. RGB value is (114,29,237). Sum of RGB (Red+Green+Blue) = 114+29+237=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #721DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DED is #8DE212. Grayscale: #4D4D4D. Windows color (decimal): -9298451 or 15539570. OLE color: 15539570.

HSL color Cylindrical-coordinate representation of color #721DED: hue angle of 264.52º degrees, saturation: 0.85, 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 #721DED is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 29 237 -
CMYK 0.52 0.88 0 0.07
HSL 264.52º 0.85% 0.52% -
HSV(B) 264.52º 0.88% 0.93% -
XYZ 22.66 10.57 80.97 -
YUV 78.13 217.66 153.59 -
System Red Green Blue C M Y K H S L
Decimal 114 29 237 0.52 0.88 0 0.07 264.52 0.85 0.52
Hex 72 1D ED 34 58 0 7 109 55 34
Octal 162 35 355 64 130 0 7 411 125 64
Binary 1110010 11101 11101101 110100 1011000 0 111 100001001 1010101 110100

Color Harmonies of #721DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DED

Black with #721DED

Text Example


Text Example

White with #721DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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