Html Css Color HEX #7512FB Electric Indigo

📋 copy color: '#7512FB'

red 117 ◦ green 18 ◦ blue 251

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

Shades of Electric Indigo #7512FB

Tints of Electric Indigo #7512FB

RGB

 RED value IS 117 (46.09% from 255) = 30.31%

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 30.31%
G = 4.66%
B = 65.03%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7512FB (or 0x7512FB) is known color: Electric Indigo. HEX triplet: 75, 12 and FB. RGB value is (117,18,251). Sum of RGB (Red+Green+Blue) = 117+18+251=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #7512FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7512FB is #8AED04. Grayscale: #494949. Windows color (decimal): -9104645 or 16454261. OLE color: 16454261.

HSL color Cylindrical-coordinate representation of color #7512FB: hue angle of 265.49º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7512FB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 18 251 -
CMYK 0.53 0.93 0 0.02
HSL 265.49º 0.97% 0.53% -
HSV(B) 265.49º 0.93% 0.98% -
XYZ 24.97 11.18 92.11 -
YUV 74.16 227.8 158.55 -
System Red Green Blue C M Y K H S L
Decimal 117 18 251 0.53 0.93 0 0.02 265.49 0.97 0.53
Hex 75 12 FB 35 5D 0 2 109 61 35
Octal 165 22 373 65 135 0 2 411 141 65
Binary 1110101 10010 11111011 110101 1011101 0 10 100001001 1100001 110101

Color Harmonies of #7512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512FB

Black with #7512FB

Text Example


Text Example

White with #7512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7512FB; }

 p { color: rgb(117,18,251); }

 H1.HeaderClassName
 {
   color: #7512FB;
 }
 .AnyTagClassName
 {
   color: #7512FB;
 }
</style>

background-color css

<style>
 a { background-color: #7512FB; }

 a { background-color: rgb(117,18,251); }

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

border-color css

<style>
 span { border-color: #7512FB; }

 span { border-color: rgb(117,18,251); }

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