Html Css Color HEX #7210F6 Electric Indigo

📋 copy color: '#7210F6'

red 114 ◦ green 16 ◦ blue 246

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

Shades of Electric Indigo #7210F6

Tints of Electric Indigo #7210F6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 246 (96.48% from 255) = 65.43%

R = 30.32%
G = 4.26%
B = 65.43%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7210F6 (or 0x7210F6) is known color: Electric Indigo. HEX triplet: 72, 10 and F6. RGB value is (114,16,246). Sum of RGB (Red+Green+Blue) = 114+16+246=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 246 (96.48% from 255 or 65.43% from 376); Max value from RGB is 246 - color contains mainly: blue. Hex color #7210F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7210F6 is #8DEF09. Grayscale: #464646. Windows color (decimal): -9301770 or 16126066. OLE color: 16126066.

HSL color Cylindrical-coordinate representation of color #7210F6: hue angle of 265.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7210F6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 16 246 -
CMYK 0.54 0.93 0 0.04
HSL 265.57º 0.93% 0.51% -
HSV(B) 265.57º 0.93% 0.96% -
XYZ 23.76 10.6 87.98 -
YUV 71.52 226.47 158.3 -
System Red Green Blue C M Y K H S L
Decimal 114 16 246 0.54 0.93 0 0.04 265.57 0.93 0.51
Hex 72 10 F6 36 5D 0 4 10A 5D 33
Octal 162 20 366 66 135 0 4 412 135 63
Binary 1110010 10000 11110110 110110 1011101 0 100 100001010 1011101 110011

Color Harmonies of #7210F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210F6

Black with #7210F6

Text Example


Text Example

White with #7210F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7210F6; }

 p { color: rgb(114,16,246); }

 H1.HeaderClassName
 {
   color: #7210F6;
 }
 .AnyTagClassName
 {
   color: #7210F6;
 }
</style>

background-color css

<style>
 a { background-color: #7210F6; }

 a { background-color: rgb(114,16,246); }

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

border-color css

<style>
 span { border-color: #7210F6; }

 span { border-color: rgb(114,16,246); }

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