Html Css Color HEX #760DBC Dark Violet

📋 copy color: '#760DBC'

red 118 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #760DBC

Tints of Dark Violet #760DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 36.99%
G = 4.08%
B = 58.93%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#760DBC (or 0x760DBC) is known color: Dark Violet. HEX triplet: 76, 0D and BC. RGB value is (118,13,188). Sum of RGB (Red+Green+Blue) = 118+13+188=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #760DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DBC is #89F243. Grayscale: #3F3F3F. Windows color (decimal): -9040452 or 12324214. OLE color: 12324214.

HSL color Cylindrical-coordinate representation of color #760DBC: hue angle of 276º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DBC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 13 188 -
CMYK 0.37 0.93 0 0.26
HSL 276º 0.87% 0.39% -
HSV(B) 276º 0.93% 0.74% -
XYZ 16.69 7.77 48.2 -
YUV 64.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 118 13 188 0.37 0.93 0 0.26 276 0.87 0.39
Hex 76 D BC 25 5D 0 1A 114 57 27
Octal 166 15 274 45 135 0 32 424 127 47
Binary 1110110 1101 10111100 100101 1011101 0 11010 100010100 1010111 100111

Color Harmonies of #760DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DBC

Black with #760DBC

Text Example


Text Example

White with #760DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,13,188); }

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

background-color css

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

 a { background-color: rgb(118,13,188); }

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

border-color css

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

 span { border-color: rgb(118,13,188); }

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