Html Css Color HEX #76146A Dark Purple

📋 copy color: '#76146A'

red 118 ◦ green 20 ◦ blue 106

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

Shades of Dark Purple #76146A

Tints of Dark Purple #76146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 48.36%
G = 8.2%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76146A (or 0x76146A) is known color: Dark Purple. HEX triplet: 76, 14 and 6A. RGB value is (118,20,106). Sum of RGB (Red+Green+Blue) = 118+20+106=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146A is #89EB95. Grayscale: #3A3A3A. Windows color (decimal): -9038742 or 6952054. OLE color: 6952054.

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

Color convert

RGB 118 20 106 -
CMYK 0 0.83 0.10 0.54
HSL 307.35º 0.71% 0.27% -
HSV(B) 307.35º 0.83% 0.46% -
XYZ 10.32 5.39 14.13 -
YUV 59.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 118 20 106 0 0.83 0.10 0.54 307.35 0.71 0.27
Hex 76 14 6A 0 53 A 36 133 47 1B
Octal 166 24 152 0 123 12 66 463 107 33
Binary 1110110 10100 1101010 0 1010011 1010 110110 100110011 1000111 11011

Color Harmonies of #76146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76146A

Black with #76146A

Text Example


Text Example

White with #76146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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