Html Css Color HEX #721DDE Blue Violet

📋 copy color: '#721DDE'

red 114 ◦ green 29 ◦ blue 222

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

Shades of Blue Violet #721DDE

Tints of Blue Violet #721DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 31.23%
G = 7.95%
B = 60.82%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#721DDE (or 0x721DDE) is known color: Blue Violet. HEX triplet: 72, 1D and DE. RGB value is (114,29,222). Sum of RGB (Red+Green+Blue) = 114+29+222=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #721DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DDE is #8DE221. Grayscale: #4B4B4B. Windows color (decimal): -9298466 or 14556530. OLE color: 14556530.

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

Color convert

RGB 114 29 222 -
CMYK 0.49 0.87 0 0.13
HSL 266.42º 0.77% 0.49% -
HSV(B) 266.42º 0.87% 0.87% -
XYZ 20.56 9.73 69.9 -
YUV 76.42 210.16 154.81 -
System Red Green Blue C M Y K H S L
Decimal 114 29 222 0.49 0.87 0 0.13 266.42 0.77 0.49
Hex 72 1D DE 31 57 0 D 10A 4D 31
Octal 162 35 336 61 127 0 15 412 115 61
Binary 1110010 11101 11011110 110001 1010111 0 1101 100001010 1001101 110001

Color Harmonies of #721DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DDE

Black with #721DDE

Text Example


Text Example

White with #721DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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