Html Css Color HEX #7210FE Electric Indigo

📋 copy color: '#7210FE'

red 114 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #7210FE

Tints of Electric Indigo #7210FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.15%

R = 29.69%
G = 4.17%
B = 66.15%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7210FE (or 0x7210FE) is known color: Electric Indigo. HEX triplet: 72, 10 and FE. RGB value is (114,16,254). Sum of RGB (Red+Green+Blue) = 114+16+254=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #7210FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7210FE is #8DEF01. Grayscale: #474747. Windows color (decimal): -9301762 or 16650354. OLE color: 16650354.

HSL color Cylindrical-coordinate representation of color #7210FE: hue angle of 264.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7210FE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 16 254 -
CMYK 0.55 0.94 0 0.00
HSL 264.71º 0.99% 0.53% -
HSV(B) 264.71º 0.94% 1% -
XYZ 25.01 11.1 94.59 -
YUV 72.43 230.47 157.65 -
System Red Green Blue C M Y K H S L
Decimal 114 16 254 0.55 0.94 0 0.00 264.71 0.99 0.53
Hex 72 10 FE 37 5E 0 0 109 63 35
Octal 162 20 376 67 136 0 0 411 143 65
Binary 1110010 10000 11111110 110111 1011110 0 0 100001001 1100011 110101

Color Harmonies of #7210FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210FE

Black with #7210FE

Text Example


Text Example

White with #7210FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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