Html Css Color HEX #7506FF Electric Indigo

📋 copy color: '#7506FF'

red 117 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #7506FF

Tints of Electric Indigo #7506FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

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

R = 30.95%
G = 1.59%
B = 67.46%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7506FF (or 0x7506FF) is known color: Electric Indigo. HEX triplet: 75, 06 and FF. RGB value is (117,6,255). Sum of RGB (Red+Green+Blue) = 117+6+255=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7506FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7506FF is #8AF900. Grayscale: #424242. Windows color (decimal): -9107713 or 16713333. OLE color: 16713333.

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

Color convert

RGB 117 6 255 -
CMYK 0.54 0.98 0 0
HSL 266.75º 1% 0.51% -
HSV(B) 266.75º 0.98% 1% -
XYZ 25.45 11.13 95.42 -
YUV 67.58 233.77 163.25 -
System Red Green Blue C M Y K H S L
Decimal 117 6 255 0.54 0.98 0 0 266.75 1 0.51
Hex 75 6 FF 36 62 0 0 10B 64 33
Octal 165 6 377 66 142 0 0 413 144 63
Binary 1110101 110 11111111 110110 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7506FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506FF

Black with #7506FF

Text Example


Text Example

White with #7506FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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