Html Css Color HEX #760FFD Electric Indigo

📋 copy color: '#760FFD'

red 118 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #760FFD

Tints of Electric Indigo #760FFD

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

 GREEN value IS 15 (6.25% from 255) = 3.89%

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

R = 30.57%
G = 3.89%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#760FFD (or 0x760FFD) is known color: Electric Indigo. HEX triplet: 76, 0F and FD. RGB value is (118,15,253). Sum of RGB (Red+Green+Blue) = 118+15+253=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #760FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFD is #89F002. Grayscale: #484848. Windows color (decimal): -9039875 or 16584566. OLE color: 16584566.

HSL color Cylindrical-coordinate representation of color #760FFD: hue angle of 265.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FFD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 15 253 -
CMYK 0.53 0.94 0 0.01
HSL 265.97º 0.98% 0.53% -
HSV(B) 265.97º 0.94% 0.99% -
XYZ 25.37 11.29 93.77 -
YUV 72.93 229.62 160.15 -
System Red Green Blue C M Y K H S L
Decimal 118 15 253 0.53 0.94 0 0.01 265.97 0.98 0.53
Hex 76 F FD 35 5E 0 1 10A 62 35
Octal 166 17 375 65 136 0 1 412 142 65
Binary 1110110 1111 11111101 110101 1011110 0 1 100001010 1100010 110101

Color Harmonies of #760FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FFD

Black with #760FFD

Text Example


Text Example

White with #760FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760FFD; }

 p { color: rgb(118,15,253); }

 H1.HeaderClassName
 {
   color: #760FFD;
 }
 .AnyTagClassName
 {
   color: #760FFD;
 }
</style>

background-color css

<style>
 a { background-color: #760FFD; }

 a { background-color: rgb(118,15,253); }

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

border-color css

<style>
 span { border-color: #760FFD; }

 span { border-color: rgb(118,15,253); }

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