Html Css Color HEX #53063F Tyrian Purple

📋 copy color: '#53063F'

red 83 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #53063F

Tints of Tyrian Purple #53063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

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

R = 54.61%
G = 3.95%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53063F (or 0x53063F) is known color: Tyrian Purple. HEX triplet: 53, 06 and 3F. RGB value is (83,6,63). Sum of RGB (Red+Green+Blue) = 83+6+63=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063F is #ACF9C0. Grayscale: #232323. Windows color (decimal): -11336129 or 4130387. OLE color: 4130387.

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

Color convert

RGB 83 6 63 -
CMYK 0 0.93 0.24 0.67
HSL 315.58º 0.87% 0.17% -
HSV(B) 315.58º 0.93% 0.33% -
XYZ 4.53 2.33 4.91 -
YUV 35.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 83 6 63 0 0.93 0.24 0.67 315.58 0.87 0.17
Hex 53 6 3F 0 5D 18 43 13C 57 11
Octal 123 6 77 0 135 30 103 474 127 21
Binary 1010011 110 111111 0 1011101 11000 1000011 100111100 1010111 10001

Color Harmonies of #53063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53063F

Black with #53063F

Text Example


Text Example

White with #53063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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