Html Css Color HEX #53123F Tyrian Purple

📋 copy color: '#53123F'

red 83 ◦ green 18 ◦ blue 63

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

Shades of Tyrian Purple #53123F

Tints of Tyrian Purple #53123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 50.61%
G = 10.98%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53123F (or 0x53123F) is known color: Tyrian Purple. HEX triplet: 53, 12 and 3F. RGB value is (83,18,63). Sum of RGB (Red+Green+Blue) = 83+18+63=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123F is #ACEDC0. Grayscale: #2A2A2A. Windows color (decimal): -11333057 or 4133459. OLE color: 4133459.

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

Color convert

RGB 83 18 63 -
CMYK 0 0.78 0.24 0.67
HSL 318.46º 0.64% 0.2% -
HSV(B) 318.46º 0.78% 0.33% -
XYZ 4.68 2.63 4.96 -
YUV 42.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 83 18 63 0 0.78 0.24 0.67 318.46 0.64 0.2
Hex 53 12 3F 0 4E 18 43 13E 40 14
Octal 123 22 77 0 116 30 103 476 100 24
Binary 1010011 10010 111111 0 1001110 11000 1000011 100111110 1000000 10100

Color Harmonies of #53123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53123F

Black with #53123F

Text Example


Text Example

White with #53123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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