Html Css Color HEX #760BC0 Dark Violet

📋 copy color: '#760BC0'

red 118 ◦ green 11 ◦ blue 192

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

Shades of Dark Violet #760BC0

Tints of Dark Violet #760BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.81%

R = 36.76%
G = 3.43%
B = 59.81%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#760BC0 (or 0x760BC0) is known color: Dark Violet. HEX triplet: 76, 0B and C0. RGB value is (118,11,192). Sum of RGB (Red+Green+Blue) = 118+11+192=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #760BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BC0 is #89F43F. Grayscale: #3F3F3F. Windows color (decimal): -9040960 or 12585846. OLE color: 12585846.

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

Color convert

RGB 118 11 192 -
CMYK 0.39 0.94 0 0.25
HSL 275.47º 0.89% 0.4% -
HSV(B) 275.47º 0.94% 0.75% -
XYZ 17.11 7.9 50.49 -
YUV 63.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 118 11 192 0.39 0.94 0 0.25 275.47 0.89 0.4
Hex 76 B C0 27 5E 0 19 113 59 28
Octal 166 13 300 47 136 0 31 423 131 50
Binary 1110110 1011 11000000 100111 1011110 0 11001 100010011 1011001 101000

Color Harmonies of #760BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BC0

Black with #760BC0

Text Example


Text Example

White with #760BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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