Html Css Color HEX #720FDC Blue Violet

📋 copy color: '#720FDC'

red 114 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #720FDC

Tints of Blue Violet #720FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 32.66%
G = 4.3%
B = 63.04%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#720FDC (or 0x720FDC) is known color: Blue Violet. HEX triplet: 72, 0F and DC. RGB value is (114,15,220). Sum of RGB (Red+Green+Blue) = 114+15+220=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #720FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FDC is #8DF023. Grayscale: #434343. Windows color (decimal): -9302052 or 14421874. OLE color: 14421874.

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

Color convert

RGB 114 15 220 -
CMYK 0.48 0.93 0 0.14
HSL 268.98º 0.87% 0.46% -
HSV(B) 268.98º 0.93% 0.86% -
XYZ 20.03 9.09 68.41 -
YUV 67.97 213.8 160.83 -
System Red Green Blue C M Y K H S L
Decimal 114 15 220 0.48 0.93 0 0.14 268.98 0.87 0.46
Hex 72 F DC 30 5D 0 E 10D 57 2E
Octal 162 17 334 60 135 0 16 415 127 56
Binary 1110010 1111 11011100 110000 1011101 0 1110 100001101 1010111 101110

Color Harmonies of #720FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FDC

Black with #720FDC

Text Example


Text Example

White with #720FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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