Html Css Color HEX #760EDA Blue Violet

📋 copy color: '#760EDA'

red 118 ◦ green 14 ◦ blue 218

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

Shades of Blue Violet #760EDA

Tints of Blue Violet #760EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 33.71%
G = 4%
B = 62.29%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#760EDA (or 0x760EDA) is known color: Blue Violet. HEX triplet: 76, 0E and DA. RGB value is (118,14,218). Sum of RGB (Red+Green+Blue) = 118+14+218=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #760EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EDA is #89F125. Grayscale: #434343. Windows color (decimal): -9040166 or 14290550. OLE color: 14290550.

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

Color convert

RGB 118 14 218 -
CMYK 0.46 0.94 0 0.15
HSL 270.59º 0.88% 0.45% -
HSV(B) 270.59º 0.94% 0.85% -
XYZ 20.28 9.23 67.04 -
YUV 68.35 212.46 163.41 -
System Red Green Blue C M Y K H S L
Decimal 118 14 218 0.46 0.94 0 0.15 270.59 0.88 0.45
Hex 76 E DA 2E 5E 0 F 10F 58 2D
Octal 166 16 332 56 136 0 17 417 130 55
Binary 1110110 1110 11011010 101110 1011110 0 1111 100001111 1011000 101101

Color Harmonies of #760EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EDA

Black with #760EDA

Text Example


Text Example

White with #760EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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