Html Css Color HEX #54064B Tyrian Purple

📋 copy color: '#54064B'

red 84 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #54064B

Tints of Tyrian Purple #54064B

RGB

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

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

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

R = 50.91%
G = 3.64%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54064B (or 0x54064B) is known color: Tyrian Purple. HEX triplet: 54, 06 and 4B. RGB value is (84,6,75). Sum of RGB (Red+Green+Blue) = 84+6+75=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54064B is #ABF9B4. Grayscale: #242424. Windows color (decimal): -11270581 or 4916820. OLE color: 4916820.

HSL color Cylindrical-coordinate representation of color #54064B: hue angle of 306.92º 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 #54064B is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 75 -
CMYK 0 0.93 0.11 0.67
HSL 306.92º 0.87% 0.18% -
HSV(B) 306.92º 0.93% 0.33% -
XYZ 4.99 2.52 6.88 -
YUV 37.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 84 6 75 0 0.93 0.11 0.67 306.92 0.87 0.18
Hex 54 6 4B 0 5D B 43 133 57 12
Octal 124 6 113 0 135 13 103 463 127 22
Binary 1010100 110 1001011 0 1011101 1011 1000011 100110011 1010111 10010

Color Harmonies of #54064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54064B

Black with #54064B

Text Example


Text Example

White with #54064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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