Html Css Color HEX #721BDE Blue Violet

📋 copy color: '#721BDE'

red 114 ◦ green 27 ◦ blue 222

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

Shades of Blue Violet #721BDE

Tints of Blue Violet #721BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

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

R = 31.4%
G = 7.44%
B = 61.16%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#721BDE (or 0x721BDE) is known color: Blue Violet. HEX triplet: 72, 1B and DE. RGB value is (114,27,222). Sum of RGB (Red+Green+Blue) = 114+27+222=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #721BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BDE is #8DE421. Grayscale: #4A4A4A. Windows color (decimal): -9298978 or 14556018. OLE color: 14556018.

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

Color convert

RGB 114 27 222 -
CMYK 0.49 0.88 0 0.13
HSL 266.77º 0.78% 0.49% -
HSV(B) 266.77º 0.88% 0.87% -
XYZ 20.52 9.64 69.89 -
YUV 75.24 210.82 155.64 -
System Red Green Blue C M Y K H S L
Decimal 114 27 222 0.49 0.88 0 0.13 266.77 0.78 0.49
Hex 72 1B DE 31 58 0 D 10B 4E 31
Octal 162 33 336 61 130 0 15 413 116 61
Binary 1110010 11011 11011110 110001 1011000 0 1101 100001011 1001110 110001

Color Harmonies of #721BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721BDE

Black with #721BDE

Text Example


Text Example

White with #721BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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