Html Css Color HEX #710CFB Electric Indigo

📋 copy color: '#710CFB'

red 113 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #710CFB

Tints of Electric Indigo #710CFB

RGB

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

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

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

R = 30.05%
G = 3.19%
B = 66.76%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#710CFB (or 0x710CFB) is known color: Electric Indigo. HEX triplet: 71, 0C and FB. RGB value is (113,12,251). Sum of RGB (Red+Green+Blue) = 113+12+251=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #710CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CFB is #8EF304. Grayscale: #444444. Windows color (decimal): -9368325 or 16452721. OLE color: 16452721.

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

Color convert

RGB 113 12 251 -
CMYK 0.55 0.95 0 0.02
HSL 265.36º 0.97% 0.52% -
HSV(B) 265.36º 0.95% 0.98% -
XYZ 24.35 10.74 92.06 -
YUV 69.45 230.46 159.07 -
System Red Green Blue C M Y K H S L
Decimal 113 12 251 0.55 0.95 0 0.02 265.36 0.97 0.52
Hex 71 C FB 37 5F 0 2 109 61 34
Octal 161 14 373 67 137 0 2 411 141 64
Binary 1110001 1100 11111011 110111 1011111 0 10 100001001 1100001 110100

Color Harmonies of #710CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CFB

Black with #710CFB

Text Example


Text Example

White with #710CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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