Html Css Color HEX #720CE6 Electric Indigo

📋 copy color: '#720CE6'

red 114 ◦ green 12 ◦ blue 230

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

Shades of Electric Indigo #720CE6

Tints of Electric Indigo #720CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.37%

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 32.02%
G = 3.37%
B = 64.61%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#720CE6 (or 0x720CE6) is known color: Electric Indigo. HEX triplet: 72, 0C and E6. RGB value is (114,12,230). Sum of RGB (Red+Green+Blue) = 114+12+230=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #720CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CE6 is #8DF319. Grayscale: #424242. Windows color (decimal): -9302810 or 15076466. OLE color: 15076466.

HSL color Cylindrical-coordinate representation of color #720CE6: hue angle of 268.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CE6 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 12 230 -
CMYK 0.50 0.95 0 0.10
HSL 268.07º 0.9% 0.47% -
HSV(B) 268.07º 0.95% 0.9% -
XYZ 21.35 9.55 75.58 -
YUV 67.35 219.79 161.27 -
System Red Green Blue C M Y K H S L
Decimal 114 12 230 0.50 0.95 0 0.10 268.07 0.9 0.47
Hex 72 C E6 32 5F 0 A 10C 5A 2F
Octal 162 14 346 62 137 0 12 414 132 57
Binary 1110010 1100 11100110 110010 1011111 0 1010 100001100 1011010 101111

Color Harmonies of #720CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CE6

Black with #720CE6

Text Example


Text Example

White with #720CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,12,230); }

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

background-color css

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

 a { background-color: rgb(114,12,230); }

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

border-color css

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

 span { border-color: rgb(114,12,230); }

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