Html Css Color HEX #720FDE Blue Violet

📋 copy color: '#720FDE'

red 114 ◦ green 15 ◦ blue 222

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

Shades of Blue Violet #720FDE

Tints of Blue Violet #720FDE

RGB

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

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

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

R = 32.48%
G = 4.27%
B = 63.25%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720FDE (or 0x720FDE) is known color: Blue Violet. HEX triplet: 72, 0F and DE. RGB value is (114,15,222). Sum of RGB (Red+Green+Blue) = 114+15+222=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #720FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FDE is #8DF021. Grayscale: #434343. Windows color (decimal): -9302050 or 14552946. OLE color: 14552946.

HSL color Cylindrical-coordinate representation of color #720FDE: hue angle of 268.7º 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 #720FDE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 15 222 -
CMYK 0.49 0.93 0 0.13
HSL 268.7º 0.87% 0.46% -
HSV(B) 268.7º 0.93% 0.87% -
XYZ 20.3 9.19 69.81 -
YUV 68.2 214.8 160.67 -
System Red Green Blue C M Y K H S L
Decimal 114 15 222 0.49 0.93 0 0.13 268.7 0.87 0.46
Hex 72 F DE 31 5D 0 D 10D 57 2E
Octal 162 17 336 61 135 0 15 415 127 56
Binary 1110010 1111 11011110 110001 1011101 0 1101 100001101 1010111 101110

Color Harmonies of #720FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FDE

Black with #720FDE

Text Example


Text Example

White with #720FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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