Html Css Color HEX #720FDD Blue Violet

📋 copy color: '#720FDD'

red 114 ◦ green 15 ◦ blue 221

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

Shades of Blue Violet #720FDD

Tints of Blue Violet #720FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

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

R = 32.57%
G = 4.29%
B = 63.14%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720FDD (or 0x720FDD) is known color: Blue Violet. HEX triplet: 72, 0F and DD. RGB value is (114,15,221). Sum of RGB (Red+Green+Blue) = 114+15+221=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #720FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FDD is #8DF022. Grayscale: #434343. Windows color (decimal): -9302051 or 14487410. OLE color: 14487410.

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

Color convert

RGB 114 15 221 -
CMYK 0.48 0.93 0 0.13
HSL 268.84º 0.87% 0.46% -
HSV(B) 268.84º 0.93% 0.87% -
XYZ 20.16 9.14 69.11 -
YUV 68.09 214.3 160.75 -
System Red Green Blue C M Y K H S L
Decimal 114 15 221 0.48 0.93 0 0.13 268.84 0.87 0.46
Hex 72 F DD 30 5D 0 D 10D 57 2E
Octal 162 17 335 60 135 0 15 415 127 56
Binary 1110010 1111 11011101 110000 1011101 0 1101 100001101 1010111 101110

Color Harmonies of #720FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FDD

Black with #720FDD

Text Example


Text Example

White with #720FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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