Html Css Color HEX #760E6B Dark Purple

📋 copy color: '#760E6B'

red 118 ◦ green 14 ◦ blue 107

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

Shades of Dark Purple #760E6B

Tints of Dark Purple #760E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 49.37%
G = 5.86%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#760E6B (or 0x760E6B) is known color: Dark Purple. HEX triplet: 76, 0E and 6B. RGB value is (118,14,107). Sum of RGB (Red+Green+Blue) = 118+14+107=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #760E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E6B is #89F194. Grayscale: #373737. Windows color (decimal): -9040277 or 7016054. OLE color: 7016054.

HSL color Cylindrical-coordinate representation of color #760E6B: hue angle of 306.35º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E6B is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 107 -
CMYK 0 0.88 0.09 0.54
HSL 306.35º 0.79% 0.26% -
HSV(B) 306.35º 0.88% 0.46% -
XYZ 10.28 5.23 14.38 -
YUV 55.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 118 14 107 0 0.88 0.09 0.54 306.35 0.79 0.26
Hex 76 E 6B 0 58 9 36 132 4F 1A
Octal 166 16 153 0 130 11 66 462 117 32
Binary 1110110 1110 1101011 0 1011000 1001 110110 100110010 1001111 11010

Color Harmonies of #760E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E6B

Black with #760E6B

Text Example


Text Example

White with #760E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,107); }

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

background-color css

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

 a { background-color: rgb(118,14,107); }

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

border-color css

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

 span { border-color: rgb(118,14,107); }

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