Html Css Color HEX #760EE0 Blue Violet

📋 copy color: '#760EE0'

red 118 ◦ green 14 ◦ blue 224

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

Shades of Blue Violet #760EE0

Tints of Blue Violet #760EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 33.15%
G = 3.93%
B = 62.92%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#760EE0 (or 0x760EE0) is known color: Blue Violet. HEX triplet: 76, 0E and E0. RGB value is (118,14,224). Sum of RGB (Red+Green+Blue) = 118+14+224=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #760EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EE0 is #89F11F. Grayscale: #444444. Windows color (decimal): -9040160 or 14683766. OLE color: 14683766.

HSL color Cylindrical-coordinate representation of color #760EE0: hue angle of 269.71º 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 #760EE0 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 14 224 -
CMYK 0.47 0.94 0 0.12
HSL 269.71º 0.88% 0.47% -
HSV(B) 269.71º 0.94% 0.88% -
XYZ 21.08 9.55 71.25 -
YUV 69.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 118 14 224 0.47 0.94 0 0.12 269.71 0.88 0.47
Hex 76 E E0 2F 5E 0 C 10E 58 2F
Octal 166 16 340 57 136 0 14 416 130 57
Binary 1110110 1110 11100000 101111 1011110 0 1100 100001110 1011000 101111

Color Harmonies of #760EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EE0

Black with #760EE0

Text Example


Text Example

White with #760EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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