Html Css Color HEX #54024B Tyrian Purple

📋 copy color: '#54024B'

red 84 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #54024B

Tints of Tyrian Purple #54024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 52.17%
G = 1.24%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54024B (or 0x54024B) is known color: Tyrian Purple. HEX triplet: 54, 02 and 4B. RGB value is (84,2,75). Sum of RGB (Red+Green+Blue) = 84+2+75=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54024B is #ABFDB4. Grayscale: #222222. Windows color (decimal): -11271605 or 4915796. OLE color: 4915796.

HSL color Cylindrical-coordinate representation of color #54024B: hue angle of 306.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54024B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 2 75 -
CMYK 0 0.98 0.11 0.67
HSL 306.59º 0.95% 0.17% -
HSV(B) 306.59º 0.98% 0.33% -
XYZ 4.95 2.44 6.87 -
YUV 34.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 84 2 75 0 0.98 0.11 0.67 306.59 0.95 0.17
Hex 54 2 4B 0 62 B 43 133 5F 11
Octal 124 2 113 0 142 13 103 463 137 21
Binary 1010100 10 1001011 0 1100010 1011 1000011 100110011 1011111 10001

Color Harmonies of #54024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54024B

Black with #54024B

Text Example


Text Example

White with #54024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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