Html Css Color HEX #76014B Tyrian Purple

📋 copy color: '#76014B'

red 118 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #76014B

Tints of Tyrian Purple #76014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 60.82%
G = 0.52%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76014B (or 0x76014B) is known color: Tyrian Purple. HEX triplet: 76, 01 and 4B. RGB value is (118,1,75). Sum of RGB (Red+Green+Blue) = 118+1+75=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76014B is #89FEB4. Grayscale: #2C2C2C. Windows color (decimal): -9043637 or 4915574. OLE color: 4915574.

HSL color Cylindrical-coordinate representation of color #76014B: hue angle of 322.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76014B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 75 -
CMYK 0 0.99 0.36 0.54
HSL 322.05º 0.98% 0.23% -
HSV(B) 322.05º 0.99% 0.46% -
XYZ 8.75 4.38 7.04 -
YUV 44.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 118 1 75 0 0.99 0.36 0.54 322.05 0.98 0.23
Hex 76 1 4B 0 63 24 36 142 62 17
Octal 166 1 113 0 143 44 66 502 142 27
Binary 1110110 1 1001011 0 1100011 100100 110110 101000010 1100010 10111

Color Harmonies of #76014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76014B

Black with #76014B

Text Example


Text Example

White with #76014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,1,75); }

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

background-color css

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

 a { background-color: rgb(118,1,75); }

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

border-color css

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

 span { border-color: rgb(118,1,75); }

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