Html Css Color HEX #53023D Tyrian Purple

📋 copy color: '#53023D'

red 83 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #53023D

Tints of Tyrian Purple #53023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 56.85%
G = 1.37%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53023D (or 0x53023D) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3D. RGB value is (83,2,61). Sum of RGB (Red+Green+Blue) = 83+2+61=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023D is #ACFDC2. Grayscale: #202020. Windows color (decimal): -11337155 or 3998291. OLE color: 3998291.

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

Color convert

RGB 83 2 61 -
CMYK 0 0.98 0.27 0.67
HSL 316.3º 0.95% 0.17% -
HSV(B) 316.3º 0.98% 0.33% -
XYZ 4.43 2.22 4.61 -
YUV 32.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 83 2 61 0 0.98 0.27 0.67 316.3 0.95 0.17
Hex 53 2 3D 0 62 1B 43 13C 5F 11
Octal 123 2 75 0 142 33 103 474 137 21
Binary 1010011 10 111101 0 1100010 11011 1000011 100111100 1011111 10001

Color Harmonies of #53023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53023D

Black with #53023D

Text Example


Text Example

White with #53023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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