Html Css Color HEX #760EE1 Blue Violet

📋 copy color: '#760EE1'

red 118 ◦ green 14 ◦ blue 225

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

Shades of Blue Violet #760EE1

Tints of Blue Violet #760EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 225 (88.28% from 255) = 63.03%

R = 33.05%
G = 3.92%
B = 63.03%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#760EE1 (or 0x760EE1) is known color: Blue Violet. HEX triplet: 76, 0E and E1. RGB value is (118,14,225). Sum of RGB (Red+Green+Blue) = 118+14+225=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #760EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EE1 is #89F11E. Grayscale: #444444. Windows color (decimal): -9040159 or 14749302. OLE color: 14749302.

HSL color Cylindrical-coordinate representation of color #760EE1: hue angle of 269.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760EE1 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 14 225 -
CMYK 0.48 0.94 0 0.12
HSL 269.57º 0.88% 0.47% -
HSV(B) 269.57º 0.94% 0.88% -
XYZ 21.22 9.6 71.97 -
YUV 69.15 215.96 162.84 -
System Red Green Blue C M Y K H S L
Decimal 118 14 225 0.48 0.94 0 0.12 269.57 0.88 0.47
Hex 76 E E1 30 5E 0 C 10E 58 2F
Octal 166 16 341 60 136 0 14 416 130 57
Binary 1110110 1110 11100001 110000 1011110 0 1100 100001110 1011000 101111

Color Harmonies of #760EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EE1

Black with #760EE1

Text Example


Text Example

White with #760EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,225); }

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

background-color css

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

 a { background-color: rgb(118,14,225); }

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

border-color css

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

 span { border-color: rgb(118,14,225); }

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