Html Css Color HEX #760CB9 Dark Violet

📋 copy color: '#760CB9'

red 118 ◦ green 12 ◦ blue 185

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

Shades of Dark Violet #760CB9

Tints of Dark Violet #760CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 37.46%
G = 3.81%
B = 58.73%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760CB9 (or 0x760CB9) is known color: Dark Violet. HEX triplet: 76, 0C and B9. RGB value is (118,12,185). Sum of RGB (Red+Green+Blue) = 118+12+185=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #760CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CB9 is #89F346. Grayscale: #3E3E3E. Windows color (decimal): -9040711 or 12127350. OLE color: 12127350.

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

Color convert

RGB 118 12 185 -
CMYK 0.36 0.94 0 0.27
HSL 276.76º 0.88% 0.39% -
HSV(B) 276.76º 0.94% 0.73% -
XYZ 16.36 7.62 46.51 -
YUV 63.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 118 12 185 0.36 0.94 0 0.27 276.76 0.88 0.39
Hex 76 C B9 24 5E 0 1B 115 58 27
Octal 166 14 271 44 136 0 33 425 130 47
Binary 1110110 1100 10111001 100100 1011110 0 11011 100010101 1011000 100111

Color Harmonies of #760CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CB9

Black with #760CB9

Text Example


Text Example

White with #760CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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