Html Css Color HEX #54063C Tyrian Purple

📋 copy color: '#54063C'

red 84 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #54063C

Tints of Tyrian Purple #54063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

 BLUE value IS 60 (23.83% from 255) = 40%

R = 56%
G = 4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#54063C (or 0x54063C) is known color: Tyrian Purple. HEX triplet: 54, 06 and 3C. RGB value is (84,6,60). Sum of RGB (Red+Green+Blue) = 84+6+60=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54063C is #ABF9C3. Grayscale: #232323. Windows color (decimal): -11270596 or 3933780. OLE color: 3933780.

HSL color Cylindrical-coordinate representation of color #54063C: hue angle of 318.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54063C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 60 -
CMYK 0 0.93 0.29 0.67
HSL 318.46º 0.87% 0.18% -
HSV(B) 318.46º 0.93% 0.33% -
XYZ 4.54 2.34 4.49 -
YUV 35.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 84 6 60 0 0.93 0.29 0.67 318.46 0.87 0.18
Hex 54 6 3C 0 5D 1D 43 13E 57 12
Octal 124 6 74 0 135 35 103 476 127 22
Binary 1010100 110 111100 0 1011101 11101 1000011 100111110 1010111 10010

Color Harmonies of #54063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54063C

Black with #54063C

Text Example


Text Example

White with #54063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,6,60); }

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

background-color css

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

 a { background-color: rgb(84,6,60); }

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

border-color css

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

 span { border-color: rgb(84,6,60); }

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