Html Css Color HEX #721FDD Blue Violet

📋 copy color: '#721FDD'

red 114 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #721FDD

Tints of Blue Violet #721FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.47%

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

R = 31.15%
G = 8.47%
B = 60.38%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#721FDD (or 0x721FDD) is known color: Blue Violet. HEX triplet: 72, 1F and DD. RGB value is (114,31,221). Sum of RGB (Red+Green+Blue) = 114+31+221=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #721FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FDD is #8DE022. Grayscale: #4C4C4C. Windows color (decimal): -9297955 or 14491506. OLE color: 14491506.

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

Color convert

RGB 114 31 221 -
CMYK 0.48 0.86 0 0.13
HSL 266.21º 0.75% 0.49% -
HSV(B) 266.21º 0.86% 0.87% -
XYZ 20.48 9.78 69.21 -
YUV 77.48 209 154.05 -
System Red Green Blue C M Y K H S L
Decimal 114 31 221 0.48 0.86 0 0.13 266.21 0.75 0.49
Hex 72 1F DD 30 56 0 D 10A 4B 31
Octal 162 37 335 60 126 0 15 412 113 61
Binary 1110010 11111 11011101 110000 1010110 0 1101 100001010 1001011 110001

Color Harmonies of #721FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FDD

Black with #721FDD

Text Example


Text Example

White with #721FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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