Html Css Color HEX #53062F Tyrian Purple

📋 copy color: '#53062F'

red 83 ◦ green 6 ◦ blue 47

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

Shades of Tyrian Purple #53062F

Tints of Tyrian Purple #53062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 61.03%
G = 4.41%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53062F (or 0x53062F) is known color: Tyrian Purple. HEX triplet: 53, 06 and 2F. RGB value is (83,6,47). Sum of RGB (Red+Green+Blue) = 83+6+47=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062F is #ACF9D0. Grayscale: #212121. Windows color (decimal): -11336145 or 3081811. OLE color: 3081811.

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

Color convert

RGB 83 6 47 -
CMYK 0 0.93 0.43 0.67
HSL 328.05º 0.87% 0.17% -
HSV(B) 328.05º 0.93% 0.33% -
XYZ 4.15 2.17 2.89 -
YUV 33.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 83 6 47 0 0.93 0.43 0.67 328.05 0.87 0.17
Hex 53 6 2F 0 5D 2B 43 148 57 11
Octal 123 6 57 0 135 53 103 510 127 21
Binary 1010011 110 101111 0 1011101 101011 1000011 101001000 1010111 10001

Color Harmonies of #53062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53062F

Black with #53062F

Text Example


Text Example

White with #53062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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