Html Css Color HEX #53023A Tyrian Purple

📋 copy color: '#53023A'

red 83 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #53023A

Tints of Tyrian Purple #53023A

RGB

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

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

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

R = 58.04%
G = 1.4%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53023A (or 0x53023A) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3A. RGB value is (83,2,58). Sum of RGB (Red+Green+Blue) = 83+2+58=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023A is #ACFDC5. Grayscale: #202020. Windows color (decimal): -11337158 or 3801683. OLE color: 3801683.

HSL color Cylindrical-coordinate representation of color #53023A: hue angle of 318.52º 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 #53023A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 58 -
CMYK 0 0.98 0.30 0.67
HSL 318.52º 0.95% 0.17% -
HSV(B) 318.52º 0.98% 0.33% -
XYZ 4.35 2.19 4.2 -
YUV 32.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 83 2 58 0 0.98 0.30 0.67 318.52 0.95 0.17
Hex 53 2 3A 0 62 1E 43 13F 5F 11
Octal 123 2 72 0 142 36 103 477 137 21
Binary 1010011 10 111010 0 1100010 11110 1000011 100111111 1011111 10001

Color Harmonies of #53023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53023A

Black with #53023A

Text Example


Text Example

White with #53023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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