Html Css Color HEX #760BBA Dark Violet

📋 copy color: '#760BBA'

red 118 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #760BBA

Tints of Dark Violet #760BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 37.46%
G = 3.49%
B = 59.05%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760BBA (or 0x760BBA) is known color: Dark Violet. HEX triplet: 76, 0B and BA. RGB value is (118,11,186). Sum of RGB (Red+Green+Blue) = 118+11+186=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #760BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BBA is #89F445. Grayscale: #3E3E3E. Windows color (decimal): -9040966 or 12192630. OLE color: 12192630.

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

Color convert

RGB 118 11 186 -
CMYK 0.37 0.94 0 0.27
HSL 276.69º 0.89% 0.39% -
HSV(B) 276.69º 0.94% 0.73% -
XYZ 16.45 7.64 47.06 -
YUV 62.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 118 11 186 0.37 0.94 0 0.27 276.69 0.89 0.39
Hex 76 B BA 25 5E 0 1B 115 59 27
Octal 166 13 272 45 136 0 33 425 131 47
Binary 1110110 1011 10111010 100101 1011110 0 11011 100010101 1011001 100111

Color Harmonies of #760BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BBA

Black with #760BBA

Text Example


Text Example

White with #760BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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