Html Css Color HEX #721DDD Blue Violet

📋 copy color: '#721DDD'

red 114 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #721DDD

Tints of Blue Violet #721DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 31.32%
G = 7.97%
B = 60.71%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#721DDD (or 0x721DDD) is known color: Blue Violet. HEX triplet: 72, 1D and DD. RGB value is (114,29,221). Sum of RGB (Red+Green+Blue) = 114+29+221=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #721DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DDD is #8DE222. Grayscale: #4B4B4B. Windows color (decimal): -9298467 or 14490994. OLE color: 14490994.

HSL color Cylindrical-coordinate representation of color #721DDD: hue angle of 266.56º 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 #721DDD is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 29 221 -
CMYK 0.48 0.87 0 0.13
HSL 266.56º 0.77% 0.49% -
HSV(B) 266.56º 0.87% 0.87% -
XYZ 20.43 9.68 69.2 -
YUV 76.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 114 29 221 0.48 0.87 0 0.13 266.56 0.77 0.49
Hex 72 1D DD 30 57 0 D 10B 4D 31
Octal 162 35 335 60 127 0 15 413 115 61
Binary 1110010 11101 11011101 110000 1010111 0 1101 100001011 1001101 110001

Color Harmonies of #721DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DDD

Black with #721DDD

Text Example


Text Example

White with #721DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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