Html Css Color HEX #7510ED Electric Indigo

📋 copy color: '#7510ED'

red 117 ◦ green 16 ◦ blue 237

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

Shades of Electric Indigo #7510ED

Tints of Electric Indigo #7510ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 31.62%
G = 4.32%
B = 64.05%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7510ED (or 0x7510ED) is known color: Electric Indigo. HEX triplet: 75, 10 and ED. RGB value is (117,16,237). Sum of RGB (Red+Green+Blue) = 117+16+237=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #7510ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7510ED is #8AEF12. Grayscale: #464646. Windows color (decimal): -9105171 or 15536245. OLE color: 15536245.

HSL color Cylindrical-coordinate representation of color #7510ED: hue angle of 267.42º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7510ED is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 16 237 -
CMYK 0.51 0.93 0 0.07
HSL 267.42º 0.87% 0.5% -
HSV(B) 267.42º 0.93% 0.93% -
XYZ 22.81 10.27 80.9 -
YUV 71.39 221.46 160.53 -
System Red Green Blue C M Y K H S L
Decimal 117 16 237 0.51 0.93 0 0.07 267.42 0.87 0.5
Hex 75 10 ED 33 5D 0 7 10B 57 32
Octal 165 20 355 63 135 0 7 413 127 62
Binary 1110101 10000 11101101 110011 1011101 0 111 100001011 1010111 110010

Color Harmonies of #7510ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510ED

Black with #7510ED

Text Example


Text Example

White with #7510ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7510ED; }

 p { color: rgb(117,16,237); }

 H1.HeaderClassName
 {
   color: #7510ED;
 }
 .AnyTagClassName
 {
   color: #7510ED;
 }
</style>

background-color css

<style>
 a { background-color: #7510ED; }

 a { background-color: rgb(117,16,237); }

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

border-color css

<style>
 span { border-color: #7510ED; }

 span { border-color: rgb(117,16,237); }

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