Html Css Color HEX #710CFD Electric Indigo

📋 copy color: '#710CFD'

red 113 ◦ green 12 ◦ blue 253

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

Shades of Electric Indigo #710CFD

Tints of Electric Indigo #710CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 29.89%
G = 3.17%
B = 66.93%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#710CFD (or 0x710CFD) is known color: Electric Indigo. HEX triplet: 71, 0C and FD. RGB value is (113,12,253). Sum of RGB (Red+Green+Blue) = 113+12+253=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #710CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CFD is #8EF302. Grayscale: #444444. Windows color (decimal): -9368323 or 16583793. OLE color: 16583793.

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

Color convert

RGB 113 12 253 -
CMYK 0.55 0.95 0 0.01
HSL 265.15º 0.98% 0.52% -
HSV(B) 265.15º 0.95% 0.99% -
XYZ 24.67 10.87 93.73 -
YUV 69.67 231.46 158.9 -
System Red Green Blue C M Y K H S L
Decimal 113 12 253 0.55 0.95 0 0.01 265.15 0.98 0.52
Hex 71 C FD 37 5F 0 1 109 62 34
Octal 161 14 375 67 137 0 1 411 142 64
Binary 1110001 1100 11111101 110111 1011111 0 1 100001001 1100010 110100

Color Harmonies of #710CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CFD

Black with #710CFD

Text Example


Text Example

White with #710CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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