Html Css Color HEX #53084F Tyrian Purple

📋 copy color: '#53084F'

red 83 ◦ green 8 ◦ blue 79

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

Shades of Tyrian Purple #53084F

Tints of Tyrian Purple #53084F

RGB

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

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

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

R = 48.82%
G = 4.71%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53084F (or 0x53084F) is known color: Tyrian Purple. HEX triplet: 53, 08 and 4F. RGB value is (83,8,79). Sum of RGB (Red+Green+Blue) = 83+8+79=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53084F is #ACF7B0. Grayscale: #262626. Windows color (decimal): -11335601 or 5179475. OLE color: 5179475.

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

Color convert

RGB 83 8 79 -
CMYK 0 0.90 0.05 0.67
HSL 303.2º 0.82% 0.18% -
HSV(B) 303.2º 0.9% 0.33% -
XYZ 5.07 2.58 7.63 -
YUV 38.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 83 8 79 0 0.90 0.05 0.67 303.2 0.82 0.18
Hex 53 8 4F 0 5A 5 43 12F 52 12
Octal 123 10 117 0 132 5 103 457 122 22
Binary 1010011 1000 1001111 0 1011010 101 1000011 100101111 1010010 10010

Color Harmonies of #53084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53084F

Black with #53084F

Text Example


Text Example

White with #53084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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