Html Css Color HEX #760CBD Dark Violet

📋 copy color: '#760CBD'

red 118 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #760CBD

Tints of Dark Violet #760CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 36.99%
G = 3.76%
B = 59.25%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#760CBD (or 0x760CBD) is known color: Dark Violet. HEX triplet: 76, 0C and BD. RGB value is (118,12,189). Sum of RGB (Red+Green+Blue) = 118+12+189=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #760CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBD is #89F342. Grayscale: #3F3F3F. Windows color (decimal): -9040707 or 12389494. OLE color: 12389494.

HSL color Cylindrical-coordinate representation of color #760CBD: hue angle of 275.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CBD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 12 189 -
CMYK 0.38 0.94 0 0.26
HSL 275.93º 0.88% 0.39% -
HSV(B) 275.93º 0.94% 0.74% -
XYZ 16.79 7.79 48.76 -
YUV 63.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 118 12 189 0.38 0.94 0 0.26 275.93 0.88 0.39
Hex 76 C BD 26 5E 0 1A 114 58 27
Octal 166 14 275 46 136 0 32 424 130 47
Binary 1110110 1100 10111101 100110 1011110 0 11010 100010100 1011000 100111

Color Harmonies of #760CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CBD

Black with #760CBD

Text Example


Text Example

White with #760CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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