Html Css Color HEX #53003F Tyrian Purple

📋 copy color: '#53003F'

red 83 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #53003F

Tints of Tyrian Purple #53003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 43.15%

R = 56.85%
G = 0%
B = 43.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53003F (or 0x53003F) is known color: Tyrian Purple. HEX triplet: 53, 00 and 3F. RGB value is (83,0,63). Sum of RGB (Red+Green+Blue) = 83+0+63=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003F is #ACFFC0. Grayscale: #1F1F1F. Windows color (decimal): -11337665 or 4128851. OLE color: 4128851.

HSL color Cylindrical-coordinate representation of color #53003F: hue angle of 314.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53003F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 63 -
CMYK 0 1 0.24 0.67
HSL 314.46º 1% 0.16% -
HSV(B) 314.46º 1% 0.33% -
XYZ 4.46 2.2 4.89 -
YUV 32 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 83 0 63 0 1 0.24 0.67 314.46 1 0.16
Hex 53 0 3F 0 64 18 43 13A 64 10
Octal 123 0 77 0 144 30 103 472 144 20
Binary 1010011 0 111111 0 1100100 11000 1000011 100111010 1100100 10000

Color Harmonies of #53003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53003F

Black with #53003F

Text Example


Text Example

White with #53003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,0,63); }

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

background-color css

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

 a { background-color: rgb(83,0,63); }

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

border-color css

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

 span { border-color: rgb(83,0,63); }

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