Html Css Color HEX #760EDD Blue Violet

📋 copy color: '#760EDD'

red 118 ◦ green 14 ◦ blue 221

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

Shades of Blue Violet #760EDD

Tints of Blue Violet #760EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 33.43%
G = 3.97%
B = 62.61%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760EDD (or 0x760EDD) is known color: Blue Violet. HEX triplet: 76, 0E and DD. RGB value is (118,14,221). Sum of RGB (Red+Green+Blue) = 118+14+221=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #760EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EDD is #89F122. Grayscale: #434343. Windows color (decimal): -9040163 or 14487158. OLE color: 14487158.

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

Color convert

RGB 118 14 221 -
CMYK 0.47 0.94 0 0.13
HSL 270.14º 0.88% 0.46% -
HSV(B) 270.14º 0.94% 0.87% -
XYZ 20.68 9.39 69.13 -
YUV 68.69 213.96 163.17 -
System Red Green Blue C M Y K H S L
Decimal 118 14 221 0.47 0.94 0 0.13 270.14 0.88 0.46
Hex 76 E DD 2F 5E 0 D 10E 58 2E
Octal 166 16 335 57 136 0 15 416 130 56
Binary 1110110 1110 11011101 101111 1011110 0 1101 100001110 1011000 101110

Color Harmonies of #760EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EDD

Black with #760EDD

Text Example


Text Example

White with #760EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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