Html Css Color HEX #760BBC Dark Violet

📋 copy color: '#760BBC'

red 118 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #760BBC

Tints of Dark Violet #760BBC

RGB

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

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

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

R = 37.22%
G = 3.47%
B = 59.31%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#760BBC (or 0x760BBC) is known color: Dark Violet. HEX triplet: 76, 0B and BC. RGB value is (118,11,188). Sum of RGB (Red+Green+Blue) = 118+11+188=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #760BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BBC is #89F443. Grayscale: #3E3E3E. Windows color (decimal): -9040964 or 12323702. OLE color: 12323702.

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

Color convert

RGB 118 11 188 -
CMYK 0.37 0.94 0 0.26
HSL 276.27º 0.89% 0.39% -
HSV(B) 276.27º 0.94% 0.74% -
XYZ 16.67 7.72 48.19 -
YUV 63.17 198.45 167.11 -
System Red Green Blue C M Y K H S L
Decimal 118 11 188 0.37 0.94 0 0.26 276.27 0.89 0.39
Hex 76 B BC 25 5E 0 1A 114 59 27
Octal 166 13 274 45 136 0 32 424 131 47
Binary 1110110 1011 10111100 100101 1011110 0 11010 100010100 1011001 100111

Color Harmonies of #760BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BBC

Black with #760BBC

Text Example


Text Example

White with #760BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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