Html Css Color HEX #7010F9 Electric Indigo

📋 copy color: '#7010F9'

red 112 ◦ green 16 ◦ blue 249

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

Shades of Electric Indigo #7010F9

Tints of Electric Indigo #7010F9

RGB

 RED value IS 112 (44.14% from 255) = 29.71%

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

 BLUE value IS 249 (97.66% from 255) = 66.05%

R = 29.71%
G = 4.24%
B = 66.05%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7010F9 (or 0x7010F9) is known color: Electric Indigo. HEX triplet: 70, 10 and F9. RGB value is (112,16,249). Sum of RGB (Red+Green+Blue) = 112+16+249=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #7010F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010F9 is #8FEF06. Grayscale: #464646. Windows color (decimal): -9432839 or 16322672. OLE color: 16322672.

HSL color Cylindrical-coordinate representation of color #7010F9: hue angle of 264.72º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7010F9 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 16 249 -
CMYK 0.55 0.94 0 0.02
HSL 264.72º 0.95% 0.52% -
HSV(B) 264.72º 0.94% 0.98% -
XYZ 23.97 10.65 90.42 -
YUV 71.27 228.3 157.05 -
System Red Green Blue C M Y K H S L
Decimal 112 16 249 0.55 0.94 0 0.02 264.72 0.95 0.52
Hex 70 10 F9 37 5E 0 2 109 5F 34
Octal 160 20 371 67 136 0 2 411 137 64
Binary 1110000 10000 11111001 110111 1011110 0 10 100001001 1011111 110100

Color Harmonies of #7010F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010F9

Black with #7010F9

Text Example


Text Example

White with #7010F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010F9; }

 p { color: rgb(112,16,249); }

 H1.HeaderClassName
 {
   color: #7010F9;
 }
 .AnyTagClassName
 {
   color: #7010F9;
 }
</style>

background-color css

<style>
 a { background-color: #7010F9; }

 a { background-color: rgb(112,16,249); }

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

border-color css

<style>
 span { border-color: #7010F9; }

 span { border-color: rgb(112,16,249); }

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