Html Css Color HEX #76146B Dark Purple

📋 copy color: '#76146B'

red 118 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #76146B

Tints of Dark Purple #76146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 48.16%
G = 8.16%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76146B (or 0x76146B) is known color: Dark Purple. HEX triplet: 76, 14 and 6B. RGB value is (118,20,107). Sum of RGB (Red+Green+Blue) = 118+20+107=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146B is #89EB94. Grayscale: #3A3A3A. Windows color (decimal): -9038741 or 7017590. OLE color: 7017590.

HSL color Cylindrical-coordinate representation of color #76146B: hue angle of 306.73º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76146B is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 107 -
CMYK 0 0.83 0.09 0.54
HSL 306.73º 0.71% 0.27% -
HSV(B) 306.73º 0.83% 0.46% -
XYZ 10.38 5.41 14.41 -
YUV 59.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 118 20 107 0 0.83 0.09 0.54 306.73 0.71 0.27
Hex 76 14 6B 0 53 9 36 133 47 1B
Octal 166 24 153 0 123 11 66 463 107 33
Binary 1110110 10100 1101011 0 1010011 1001 110110 100110011 1000111 11011

Color Harmonies of #76146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76146B

Black with #76146B

Text Example


Text Example

White with #76146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76146B; }

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

 H1.HeaderClassName
 {
   color: #76146B;
 }
 .AnyTagClassName
 {
   color: #76146B;
 }
</style>

background-color css

<style>
 a { background-color: #76146B; }

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

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

border-color css

<style>
 span { border-color: #76146B; }

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

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