Html Css Color HEX #760ABE Dark Violet

📋 copy color: '#760ABE'

red 118 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #760ABE

Tints of Dark Violet #760ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 37.11%
G = 3.14%
B = 59.75%

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

#760ABE (or 0x760ABE) is known color: Dark Violet. HEX triplet: 76, 0A and BE. RGB value is (118,10,190). Sum of RGB (Red+Green+Blue) = 118+10+190=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #760ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ABE is #89F541. Grayscale: #3E3E3E. Windows color (decimal): -9041218 or 12454518. OLE color: 12454518.

HSL color Cylindrical-coordinate representation of color #760ABE: hue angle of 276º 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 #760ABE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 10 190 -
CMYK 0.38 0.95 0 0.25
HSL 276º 0.9% 0.39% -
HSV(B) 276º 0.95% 0.75% -
XYZ 16.87 7.79 49.33 -
YUV 62.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 118 10 190 0.38 0.95 0 0.25 276 0.9 0.39
Hex 76 A BE 26 5F 0 19 114 5A 27
Octal 166 12 276 46 137 0 31 424 132 47
Binary 1110110 1010 10111110 100110 1011111 0 11001 100010100 1011010 100111

Color Harmonies of #760ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ABE

Black with #760ABE

Text Example


Text Example

White with #760ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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