Html Css Color HEX #760ABF Dark Violet

📋 copy color: '#760ABF'

red 118 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #760ABF

Tints of Dark Violet #760ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 191 (75% from 255) = 59.87%

R = 36.99%
G = 3.13%
B = 59.87%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#760ABF (or 0x760ABF) is known color: Dark Violet. HEX triplet: 76, 0A and BF. RGB value is (118,10,191). Sum of RGB (Red+Green+Blue) = 118+10+191=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #760ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ABF is #89F540. Grayscale: #3E3E3E. Windows color (decimal): -9041217 or 12520054. OLE color: 12520054.

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

Color convert

RGB 118 10 191 -
CMYK 0.38 0.95 0 0.25
HSL 275.8º 0.9% 0.39% -
HSV(B) 275.8º 0.95% 0.75% -
XYZ 16.98 7.83 49.91 -
YUV 62.93 200.28 167.28 -
System Red Green Blue C M Y K H S L
Decimal 118 10 191 0.38 0.95 0 0.25 275.8 0.9 0.39
Hex 76 A BF 26 5F 0 19 114 5A 27
Octal 166 12 277 46 137 0 31 424 132 47
Binary 1110110 1010 10111111 100110 1011111 0 11001 100010100 1011010 100111

Color Harmonies of #760ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ABF

Black with #760ABF

Text Example


Text Example

White with #760ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,191); }

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

background-color css

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

 a { background-color: rgb(118,10,191); }

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

border-color css

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

 span { border-color: rgb(118,10,191); }

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