Html Css Color HEX #53023F Tyrian Purple

📋 copy color: '#53023F'

red 83 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #53023F

Tints of Tyrian Purple #53023F

RGB

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

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

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

R = 56.08%
G = 1.35%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53023F (or 0x53023F) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3F. RGB value is (83,2,63). Sum of RGB (Red+Green+Blue) = 83+2+63=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023F is #ACFDC0. Grayscale: #212121. Windows color (decimal): -11337153 or 4129363. OLE color: 4129363.

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

Color convert

RGB 83 2 63 -
CMYK 0 0.98 0.24 0.67
HSL 314.81º 0.95% 0.17% -
HSV(B) 314.81º 0.98% 0.33% -
XYZ 4.49 2.24 4.9 -
YUV 33.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 83 2 63 0 0.98 0.24 0.67 314.81 0.95 0.17
Hex 53 2 3F 0 62 18 43 13B 5F 11
Octal 123 2 77 0 142 30 103 473 137 21
Binary 1010011 10 111111 0 1100010 11000 1000011 100111011 1011111 10001

Color Harmonies of #53023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53023F

Black with #53023F

Text Example


Text Example

White with #53023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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