Html Css Color HEX #53064B Tyrian Purple

📋 copy color: '#53064B'

red 83 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #53064B

Tints of Tyrian Purple #53064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 50.61%
G = 3.66%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53064B (or 0x53064B) is known color: Tyrian Purple. HEX triplet: 53, 06 and 4B. RGB value is (83,6,75). Sum of RGB (Red+Green+Blue) = 83+6+75=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53064B is #ACF9B4. Grayscale: #242424. Windows color (decimal): -11336117 or 4916819. OLE color: 4916819.

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

Color convert

RGB 83 6 75 -
CMYK 0 0.93 0.10 0.67
HSL 306.23º 0.87% 0.17% -
HSV(B) 306.23º 0.93% 0.33% -
XYZ 4.9 2.48 6.88 -
YUV 36.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 83 6 75 0 0.93 0.10 0.67 306.23 0.87 0.17
Hex 53 6 4B 0 5D A 43 132 57 11
Octal 123 6 113 0 135 12 103 462 127 21
Binary 1010011 110 1001011 0 1011101 1010 1000011 100110010 1010111 10001

Color Harmonies of #53064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53064B

Black with #53064B

Text Example


Text Example

White with #53064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53064B; }

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

 H1.HeaderClassName
 {
   color: #53064B;
 }
 .AnyTagClassName
 {
   color: #53064B;
 }
</style>

background-color css

<style>
 a { background-color: #53064B; }

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

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

border-color css

<style>
 span { border-color: #53064B; }

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

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