Html Css Color HEX #530546 Tyrian Purple

📋 copy color: '#530546'

red 83 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #530546

Tints of Tyrian Purple #530546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 52.53%
G = 3.16%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#530546 (or 0x530546) is known color: Tyrian Purple. HEX triplet: 53, 05 and 46. RGB value is (83,5,70). Sum of RGB (Red+Green+Blue) = 83+5+70=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530546 is #ACFAB9. Grayscale: #232323. Windows color (decimal): -11336378 or 4588883. OLE color: 4588883.

HSL color Cylindrical-coordinate representation of color #530546: hue angle of 310º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530546 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 70 -
CMYK 0 0.94 0.16 0.67
HSL 310º 0.89% 0.17% -
HSV(B) 310º 0.94% 0.33% -
XYZ 4.73 2.39 6.01 -
YUV 35.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 83 5 70 0 0.94 0.16 0.67 310 0.89 0.17
Hex 53 5 46 0 5E 10 43 136 59 11
Octal 123 5 106 0 136 20 103 466 131 21
Binary 1010011 101 1000110 0 1011110 10000 1000011 100110110 1011001 10001

Color Harmonies of #530546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530546

Black with #530546

Text Example


Text Example

White with #530546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530546; }

 p { color: rgb(83,5,70); }

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

background-color css

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

 a { background-color: rgb(83,5,70); }

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

border-color css

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

 span { border-color: rgb(83,5,70); }

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