Html Css Color HEX #53083A Tyrian Purple

📋 copy color: '#53083A'

red 83 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #53083A

Tints of Tyrian Purple #53083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 55.7%
G = 5.37%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53083A (or 0x53083A) is known color: Tyrian Purple. HEX triplet: 53, 08 and 3A. RGB value is (83,8,58). Sum of RGB (Red+Green+Blue) = 83+8+58=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53083A is #ACF7C5. Grayscale: #242424. Windows color (decimal): -11335622 or 3803219. OLE color: 3803219.

HSL color Cylindrical-coordinate representation of color #53083A: hue angle of 320º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53083A is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 58 -
CMYK 0 0.90 0.30 0.67
HSL 320º 0.82% 0.18% -
HSV(B) 320º 0.9% 0.33% -
XYZ 4.42 2.32 4.22 -
YUV 36.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 83 8 58 0 0.90 0.30 0.67 320 0.82 0.18
Hex 53 8 3A 0 5A 1E 43 140 52 12
Octal 123 10 72 0 132 36 103 500 122 22
Binary 1010011 1000 111010 0 1011010 11110 1000011 101000000 1010010 10010

Color Harmonies of #53083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53083A

Black with #53083A

Text Example


Text Example

White with #53083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53083A; }

 p { color: rgb(83,8,58); }

 H1.HeaderClassName
 {
   color: #53083A;
 }
 .AnyTagClassName
 {
   color: #53083A;
 }
</style>

background-color css

<style>
 a { background-color: #53083A; }

 a { background-color: rgb(83,8,58); }

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

border-color css

<style>
 span { border-color: #53083A; }

 span { border-color: rgb(83,8,58); }

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