Html Css Color HEX #760BB8 Dark Violet

📋 copy color: '#760BB8'

red 118 ◦ green 11 ◦ blue 184

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

Shades of Dark Violet #760BB8

Tints of Dark Violet #760BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.79%

R = 37.7%
G = 3.51%
B = 58.79%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#760BB8 (or 0x760BB8) is known color: Dark Violet. HEX triplet: 76, 0B and B8. RGB value is (118,11,184). Sum of RGB (Red+Green+Blue) = 118+11+184=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #760BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BB8 is #89F447. Grayscale: #3E3E3E. Windows color (decimal): -9040968 or 12061558. OLE color: 12061558.

HSL color Cylindrical-coordinate representation of color #760BB8: hue angle of 277.11º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BB8 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 11 184 -
CMYK 0.36 0.94 0 0.28
HSL 277.11º 0.89% 0.38% -
HSV(B) 277.11º 0.94% 0.72% -
XYZ 16.24 7.55 45.95 -
YUV 62.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 118 11 184 0.36 0.94 0 0.28 277.11 0.89 0.38
Hex 76 B B8 24 5E 0 1C 115 59 26
Octal 166 13 270 44 136 0 34 425 131 46
Binary 1110110 1011 10111000 100100 1011110 0 11100 100010101 1011001 100110

Color Harmonies of #760BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BB8

Black with #760BB8

Text Example


Text Example

White with #760BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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