Html Css Color HEX #760ABB Dark Violet

📋 copy color: '#760ABB'

red 118 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #760ABB

Tints of Dark Violet #760ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 37.46%
G = 3.17%
B = 59.37%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760ABB (or 0x760ABB) is known color: Dark Violet. HEX triplet: 76, 0A and BB. RGB value is (118,10,187). Sum of RGB (Red+Green+Blue) = 118+10+187=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #760ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ABB is #89F544. Grayscale: #3D3D3D. Windows color (decimal): -9041221 or 12257910. OLE color: 12257910.

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

Color convert

RGB 118 10 187 -
CMYK 0.37 0.95 0 0.27
HSL 276.61º 0.9% 0.39% -
HSV(B) 276.61º 0.95% 0.73% -
XYZ 16.55 7.66 47.62 -
YUV 62.47 198.28 167.61 -
System Red Green Blue C M Y K H S L
Decimal 118 10 187 0.37 0.95 0 0.27 276.61 0.9 0.39
Hex 76 A BB 25 5F 0 1B 115 5A 27
Octal 166 12 273 45 137 0 33 425 132 47
Binary 1110110 1010 10111011 100101 1011111 0 11011 100010101 1011010 100111

Color Harmonies of #760ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ABB

Black with #760ABB

Text Example


Text Example

White with #760ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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