Html Css Color HEX #721EDA Blue Violet

📋 copy color: '#721EDA'

red 114 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #721EDA

Tints of Blue Violet #721EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 31.49%
G = 8.29%
B = 60.22%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#721EDA (or 0x721EDA) is known color: Blue Violet. HEX triplet: 72, 1E and DA. RGB value is (114,30,218). Sum of RGB (Red+Green+Blue) = 114+30+218=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #721EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EDA is #8DE125. Grayscale: #4B4B4B. Windows color (decimal): -9298214 or 14294642. OLE color: 14294642.

HSL color Cylindrical-coordinate representation of color #721EDA: hue angle of 266.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721EDA is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 30 218 -
CMYK 0.48 0.86 0 0.15
HSL 266.81º 0.76% 0.49% -
HSV(B) 266.81º 0.86% 0.85% -
XYZ 20.06 9.57 67.12 -
YUV 76.55 207.83 154.71 -
System Red Green Blue C M Y K H S L
Decimal 114 30 218 0.48 0.86 0 0.15 266.81 0.76 0.49
Hex 72 1E DA 30 56 0 F 10B 4C 31
Octal 162 36 332 60 126 0 17 413 114 61
Binary 1110010 11110 11011010 110000 1010110 0 1111 100001011 1001100 110001

Color Harmonies of #721EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EDA

Black with #721EDA

Text Example


Text Example

White with #721EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,218); }

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

background-color css

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

 a { background-color: rgb(114,30,218); }

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

border-color css

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

 span { border-color: rgb(114,30,218); }

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