Html Css Color HEX #7512FF Electric Indigo

📋 copy color: '#7512FF'

red 117 ◦ green 18 ◦ blue 255

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

Shades of Electric Indigo #7512FF

Tints of Electric Indigo #7512FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.38%

R = 30%
G = 4.62%
B = 65.38%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7512FF (or 0x7512FF) is known color: Electric Indigo. HEX triplet: 75, 12 and FF. RGB value is (117,18,255). Sum of RGB (Red+Green+Blue) = 117+18+255=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #7512FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7512FF is #8AED00. Grayscale: #494949. Windows color (decimal): -9104641 or 16716405. OLE color: 16716405.

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

Color convert

RGB 117 18 255 -
CMYK 0.54 0.93 0 0
HSL 265.06º 1% 0.54% -
HSV(B) 265.06º 0.93% 1% -
XYZ 25.6 11.43 95.47 -
YUV 74.62 229.8 158.23 -
System Red Green Blue C M Y K H S L
Decimal 117 18 255 0.54 0.93 0 0 265.06 1 0.54
Hex 75 12 FF 36 5D 0 0 109 64 36
Octal 165 22 377 66 135 0 0 411 144 66
Binary 1110101 10010 11111111 110110 1011101 0 0 100001001 1100100 110110

Color Harmonies of #7512FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512FF

Black with #7512FF

Text Example


Text Example

White with #7512FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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