Html Css Color HEX #54084C Tyrian Purple

📋 copy color: '#54084C'

red 84 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #54084C

Tints of Tyrian Purple #54084C

RGB

 RED value IS 84 (33.2% from 255) = 50%

 GREEN value IS 8 (3.52% from 255) = 4.76%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 50%
G = 4.76%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54084C (or 0x54084C) is known color: Tyrian Purple. HEX triplet: 54, 08 and 4C. RGB value is (84,8,76). Sum of RGB (Red+Green+Blue) = 84+8+76=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54084C is #ABF7B3. Grayscale: #262626. Windows color (decimal): -11270068 or 4982868. OLE color: 4982868.

HSL color Cylindrical-coordinate representation of color #54084C: hue angle of 306.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54084C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 76 -
CMYK 0 0.90 0.10 0.67
HSL 306.32º 0.83% 0.18% -
HSV(B) 306.32º 0.9% 0.33% -
XYZ 5.05 2.58 7.07 -
YUV 38.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 84 8 76 0 0.90 0.10 0.67 306.32 0.83 0.18
Hex 54 8 4C 0 5A A 43 132 53 12
Octal 124 10 114 0 132 12 103 462 123 22
Binary 1010100 1000 1001100 0 1011010 1010 1000011 100110010 1010011 10010

Color Harmonies of #54084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54084C

Black with #54084C

Text Example


Text Example

White with #54084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,8,76); }

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

background-color css

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

 a { background-color: rgb(84,8,76); }

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

border-color css

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

 span { border-color: rgb(84,8,76); }

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