Html Css Color HEX #53044F Tyrian Purple

📋 copy color: '#53044F'

red 83 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #53044F

Tints of Tyrian Purple #53044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 50%
G = 2.41%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53044F (or 0x53044F) is known color: Tyrian Purple. HEX triplet: 53, 04 and 4F. RGB value is (83,4,79). Sum of RGB (Red+Green+Blue) = 83+4+79=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53044F is #ACFBB0. Grayscale: #232323. Windows color (decimal): -11336625 or 5178451. OLE color: 5178451.

HSL color Cylindrical-coordinate representation of color #53044F: hue angle of 303.04º 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 #53044F is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 79 -
CMYK 0 0.95 0.05 0.67
HSL 303.04º 0.91% 0.17% -
HSV(B) 303.04º 0.95% 0.33% -
XYZ 5.02 2.49 7.61 -
YUV 36.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 83 4 79 0 0.95 0.05 0.67 303.04 0.91 0.17
Hex 53 4 4F 0 5F 5 43 12F 5B 11
Octal 123 4 117 0 137 5 103 457 133 21
Binary 1010011 100 1001111 0 1011111 101 1000011 100101111 1011011 10001

Color Harmonies of #53044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53044F

Black with #53044F

Text Example


Text Example

White with #53044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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