Html Css Color HEX #76146C Dark Purple

📋 copy color: '#76146C'

red 118 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #76146C

Tints of Dark Purple #76146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 47.97%
G = 8.13%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76146C (or 0x76146C) is known color: Dark Purple. HEX triplet: 76, 14 and 6C. RGB value is (118,20,108). Sum of RGB (Red+Green+Blue) = 118+20+108=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146C is #89EB93. Grayscale: #3B3B3B. Windows color (decimal): -9038740 or 7083126. OLE color: 7083126.

HSL color Cylindrical-coordinate representation of color #76146C: hue angle of 306.12º 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 #76146C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 108 -
CMYK 0 0.83 0.08 0.54
HSL 306.12º 0.71% 0.27% -
HSV(B) 306.12º 0.83% 0.46% -
XYZ 10.43 5.43 14.69 -
YUV 59.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 118 20 108 0 0.83 0.08 0.54 306.12 0.71 0.27
Hex 76 14 6C 0 53 8 36 132 47 1B
Octal 166 24 154 0 123 10 66 462 107 33
Binary 1110110 10100 1101100 0 1010011 1000 110110 100110010 1000111 11011

Color Harmonies of #76146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76146C

Black with #76146C

Text Example


Text Example

White with #76146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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