Html Css Color HEX #8B0542 Tyrian Purple

📋 copy color: '#8B0542'

red 139 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #8B0542

Tints of Tyrian Purple #8B0542

RGB

 RED value IS 139 (54.69% from 255) = 66.19%

 GREEN value IS 5 (2.34% from 255) = 2.38%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 66.19%
G = 2.38%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B0542 (or 0x8B0542) is known color: Tyrian Purple. HEX triplet: 8B, 05 and 42. RGB value is (139,5,66). Sum of RGB (Red+Green+Blue) = 139+5+66=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0542 is #74FABD. Grayscale: #333333. Windows color (decimal): -7666366 or 4326795. OLE color: 4326795.

HSL color Cylindrical-coordinate representation of color #8B0542: hue angle of 332.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0542 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 5 66 -
CMYK 0 0.96 0.53 0.45
HSL 332.69º 0.93% 0.28% -
HSV(B) 332.69º 0.96% 0.55% -
XYZ 11.69 5.99 5.69 -
YUV 52.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 139 5 66 0 0.96 0.53 0.45 332.69 0.93 0.28
Hex 8B 5 42 0 60 35 2D 14D 5D 1C
Octal 213 5 102 0 140 65 55 515 135 34
Binary 10001011 101 1000010 0 1100000 110101 101101 101001101 1011101 11100

Color Harmonies of #8B0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0542

Black with #8B0542

Text Example


Text Example

White with #8B0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0542; }

 p { color: rgb(139,5,66); }

 H1.HeaderClassName
 {
   color: #8B0542;
 }
 .AnyTagClassName
 {
   color: #8B0542;
 }
</style>

background-color css

<style>
 a { background-color: #8B0542; }

 a { background-color: rgb(139,5,66); }

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

border-color css

<style>
 span { border-color: #8B0542; }

 span { border-color: rgb(139,5,66); }

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