Html Css Color HEX #53044E Tyrian Purple

📋 copy color: '#53044E'

red 83 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #53044E

Tints of Tyrian Purple #53044E

RGB

 RED value IS 83 (32.81% from 255) = 50.3%

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 78 (30.86% from 255) = 47.27%

R = 50.3%
G = 2.42%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53044E (or 0x53044E) is known color: Tyrian Purple. HEX triplet: 53, 04 and 4E. RGB value is (83,4,78). Sum of RGB (Red+Green+Blue) = 83+4+78=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53044E is #ACFBB1. Grayscale: #232323. Windows color (decimal): -11336626 or 5112915. OLE color: 5112915.

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

Color convert

RGB 83 4 78 -
CMYK 0 0.95 0.06 0.67
HSL 303.8º 0.91% 0.17% -
HSV(B) 303.8º 0.95% 0.33% -
XYZ 4.99 2.48 7.42 -
YUV 36.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 83 4 78 0 0.95 0.06 0.67 303.8 0.91 0.17
Hex 53 4 4E 0 5F 6 43 130 5B 11
Octal 123 4 116 0 137 6 103 460 133 21
Binary 1010011 100 1001110 0 1011111 110 1000011 100110000 1011011 10001

Color Harmonies of #53044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53044E

Black with #53044E

Text Example


Text Example

White with #53044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53044E; }

 p { color: rgb(83,4,78); }

 H1.HeaderClassName
 {
   color: #53044E;
 }
 .AnyTagClassName
 {
   color: #53044E;
 }
</style>

background-color css

<style>
 a { background-color: #53044E; }

 a { background-color: rgb(83,4,78); }

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

border-color css

<style>
 span { border-color: #53044E; }

 span { border-color: rgb(83,4,78); }

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