Html Css Color HEX #76004B Tyrian Purple

📋 copy color: '#76004B'

red 118 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #76004B

Tints of Tyrian Purple #76004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.14%
G = 0%
B = 38.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76004B (or 0x76004B) is known color: Tyrian Purple. HEX triplet: 76, 00 and 4B. RGB value is (118,0,75). Sum of RGB (Red+Green+Blue) = 118+0+75=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004B is #89FFB4. Grayscale: #2B2B2B. Windows color (decimal): -9043893 or 4915318. OLE color: 4915318.

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

Color convert

RGB 118 0 75 -
CMYK 0 1 0.36 0.54
HSL 321.86º 1% 0.23% -
HSV(B) 321.86º 1% 0.46% -
XYZ 8.74 4.36 7.04 -
YUV 43.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 118 0 75 0 1 0.36 0.54 321.86 1 0.23
Hex 76 0 4B 0 64 24 36 142 64 17
Octal 166 0 113 0 144 44 66 502 144 27
Binary 1110110 0 1001011 0 1100100 100100 110110 101000010 1100100 10111

Color Harmonies of #76004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76004B

Black with #76004B

Text Example


Text Example

White with #76004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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