Html Css Color HEX #53103F Tyrian Purple

📋 copy color: '#53103F'

red 83 ◦ green 16 ◦ blue 63

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

Shades of Tyrian Purple #53103F

Tints of Tyrian Purple #53103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 51.23%
G = 9.88%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53103F (or 0x53103F) is known color: Tyrian Purple. HEX triplet: 53, 10 and 3F. RGB value is (83,16,63). Sum of RGB (Red+Green+Blue) = 83+16+63=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53103F is #ACEFC0. Grayscale: #292929. Windows color (decimal): -11333569 or 4132947. OLE color: 4132947.

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

Color convert

RGB 83 16 63 -
CMYK 0 0.81 0.24 0.67
HSL 317.91º 0.68% 0.19% -
HSV(B) 317.91º 0.81% 0.33% -
XYZ 4.65 2.57 4.95 -
YUV 41.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 83 16 63 0 0.81 0.24 0.67 317.91 0.68 0.19
Hex 53 10 3F 0 51 18 43 13E 44 13
Octal 123 20 77 0 121 30 103 476 104 23
Binary 1010011 10000 111111 0 1010001 11000 1000011 100111110 1000100 10011

Color Harmonies of #53103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53103F

Black with #53103F

Text Example


Text Example

White with #53103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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