Html Css Color HEX #760BD6 Dark Violet

📋 copy color: '#760BD6'

red 118 ◦ green 11 ◦ blue 214

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

Shades of Dark Violet #760BD6

Tints of Dark Violet #760BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 214 (83.98% from 255) = 62.39%

R = 34.4%
G = 3.21%
B = 62.39%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#760BD6 (or 0x760BD6) is known color: Dark Violet. HEX triplet: 76, 0B and D6. RGB value is (118,11,214). Sum of RGB (Red+Green+Blue) = 118+11+214=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #760BD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BD6 is #89F429. Grayscale: #414141. Windows color (decimal): -9040938 or 14027638. OLE color: 14027638.

HSL color Cylindrical-coordinate representation of color #760BD6: hue angle of 271.63º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BD6 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 11 214 -
CMYK 0.45 0.95 0 0.16
HSL 271.63º 0.9% 0.44% -
HSV(B) 271.63º 0.95% 0.84% -
XYZ 19.73 8.95 64.31 -
YUV 66.14 211.45 164.99 -
System Red Green Blue C M Y K H S L
Decimal 118 11 214 0.45 0.95 0 0.16 271.63 0.9 0.44
Hex 76 B D6 2D 5F 0 10 110 5A 2C
Octal 166 13 326 55 137 0 20 420 132 54
Binary 1110110 1011 11010110 101101 1011111 0 10000 100010000 1011010 101100

Color Harmonies of #760BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BD6

Black with #760BD6

Text Example


Text Example

White with #760BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,214); }

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

background-color css

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

 a { background-color: rgb(118,11,214); }

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

border-color css

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

 span { border-color: rgb(118,11,214); }

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