Html Css Color HEX #760CBA Dark Violet

📋 copy color: '#760CBA'

red 118 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #760CBA

Tints of Dark Violet #760CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 37.34%
G = 3.8%
B = 58.86%

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

#760CBA (or 0x760CBA) is known color: Dark Violet. HEX triplet: 76, 0C and BA. RGB value is (118,12,186). Sum of RGB (Red+Green+Blue) = 118+12+186=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #760CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBA is #89F345. Grayscale: #3E3E3E. Windows color (decimal): -9040710 or 12192886. OLE color: 12192886.

HSL color Cylindrical-coordinate representation of color #760CBA: hue angle of 276.55º degrees, saturation: 0.88, 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 #760CBA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 12 186 -
CMYK 0.37 0.94 0 0.27
HSL 276.55º 0.88% 0.39% -
HSV(B) 276.55º 0.94% 0.73% -
XYZ 16.47 7.66 47.07 -
YUV 63.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 118 12 186 0.37 0.94 0 0.27 276.55 0.88 0.39
Hex 76 C BA 25 5E 0 1B 115 58 27
Octal 166 14 272 45 136 0 33 425 130 47
Binary 1110110 1100 10111010 100101 1011110 0 11011 100010101 1011000 100111

Color Harmonies of #760CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CBA

Black with #760CBA

Text Example


Text Example

White with #760CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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