Html Css Color HEX #710FFB Electric Indigo

📋 copy color: '#710FFB'

red 113 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #710FFB

Tints of Electric Indigo #710FFB

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

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

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 29.82%
G = 3.96%
B = 66.23%

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

#710FFB (or 0x710FFB) is known color: Electric Indigo. HEX triplet: 71, 0F and FB. RGB value is (113,15,251). Sum of RGB (Red+Green+Blue) = 113+15+251=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #710FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FFB is #8EF004. Grayscale: #464646. Windows color (decimal): -9367557 or 16453489. OLE color: 16453489.

HSL color Cylindrical-coordinate representation of color #710FFB: hue angle of 264.92º degrees, saturation: 0.97, 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 #710FFB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 15 251 -
CMYK 0.55 0.94 0 0.02
HSL 264.92º 0.97% 0.52% -
HSV(B) 264.92º 0.94% 0.98% -
XYZ 24.39 10.82 92.07 -
YUV 71.21 229.47 157.81 -
System Red Green Blue C M Y K H S L
Decimal 113 15 251 0.55 0.94 0 0.02 264.92 0.97 0.52
Hex 71 F FB 37 5E 0 2 109 61 34
Octal 161 17 373 67 136 0 2 411 141 64
Binary 1110001 1111 11111011 110111 1011110 0 10 100001001 1100001 110100

Color Harmonies of #710FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FFB

Black with #710FFB

Text Example


Text Example

White with #710FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710FFB; }

 p { color: rgb(113,15,251); }

 H1.HeaderClassName
 {
   color: #710FFB;
 }
 .AnyTagClassName
 {
   color: #710FFB;
 }
</style>

background-color css

<style>
 a { background-color: #710FFB; }

 a { background-color: rgb(113,15,251); }

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

border-color css

<style>
 span { border-color: #710FFB; }

 span { border-color: rgb(113,15,251); }

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