Html Css Color HEX #721DDF Blue Violet

📋 copy color: '#721DDF'

red 114 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #721DDF

Tints of Blue Violet #721DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 31.15%
G = 7.92%
B = 60.93%

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

#721DDF (or 0x721DDF) is known color: Blue Violet. HEX triplet: 72, 1D and DF. RGB value is (114,29,223). Sum of RGB (Red+Green+Blue) = 114+29+223=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #721DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DDF is #8DE220. Grayscale: #4B4B4B. Windows color (decimal): -9298465 or 14622066. OLE color: 14622066.

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

Color convert

RGB 114 29 223 -
CMYK 0.49 0.87 0 0.13
HSL 266.29º 0.77% 0.49% -
HSV(B) 266.29º 0.87% 0.87% -
XYZ 20.7 9.78 70.61 -
YUV 76.53 210.66 154.73 -
System Red Green Blue C M Y K H S L
Decimal 114 29 223 0.49 0.87 0 0.13 266.29 0.77 0.49
Hex 72 1D DF 31 57 0 D 10A 4D 31
Octal 162 35 337 61 127 0 15 412 115 61
Binary 1110010 11101 11011111 110001 1010111 0 1101 100001010 1001101 110001

Color Harmonies of #721DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DDF

Black with #721DDF

Text Example


Text Example

White with #721DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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