Html Css Color HEX #53023B Tyrian Purple

📋 copy color: '#53023B'

red 83 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #53023B

Tints of Tyrian Purple #53023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 57.64%
G = 1.39%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53023B (or 0x53023B) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3B. RGB value is (83,2,59). Sum of RGB (Red+Green+Blue) = 83+2+59=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023B is #ACFDC4. Grayscale: #202020. Windows color (decimal): -11337157 or 3867219. OLE color: 3867219.

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

Color convert

RGB 83 2 59 -
CMYK 0 0.98 0.29 0.67
HSL 317.78º 0.95% 0.17% -
HSV(B) 317.78º 0.98% 0.33% -
XYZ 4.38 2.2 4.33 -
YUV 32.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 83 2 59 0 0.98 0.29 0.67 317.78 0.95 0.17
Hex 53 2 3B 0 62 1D 43 13E 5F 11
Octal 123 2 73 0 142 35 103 476 137 21
Binary 1010011 10 111011 0 1100010 11101 1000011 100111110 1011111 10001

Color Harmonies of #53023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53023B

Black with #53023B

Text Example


Text Example

White with #53023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53023B; }

 p { color: rgb(83,2,59); }

 H1.HeaderClassName
 {
   color: #53023B;
 }
 .AnyTagClassName
 {
   color: #53023B;
 }
</style>

background-color css

<style>
 a { background-color: #53023B; }

 a { background-color: rgb(83,2,59); }

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

border-color css

<style>
 span { border-color: #53023B; }

 span { border-color: rgb(83,2,59); }

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