Html Css Color HEX #530549 Tyrian Purple

📋 copy color: '#530549'

red 83 ◦ green 5 ◦ blue 73

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

Shades of Tyrian Purple #530549

Tints of Tyrian Purple #530549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 51.55%
G = 3.11%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#530549 (or 0x530549) is known color: Tyrian Purple. HEX triplet: 53, 05 and 49. RGB value is (83,5,73). Sum of RGB (Red+Green+Blue) = 83+5+73=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530549 is #ACFAB6. Grayscale: #232323. Windows color (decimal): -11336375 or 4785491. OLE color: 4785491.

HSL color Cylindrical-coordinate representation of color #530549: hue angle of 307.69º 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 #530549 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 73 -
CMYK 0 0.94 0.12 0.67
HSL 307.69º 0.89% 0.17% -
HSV(B) 307.69º 0.94% 0.33% -
XYZ 4.82 2.43 6.52 -
YUV 36.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 83 5 73 0 0.94 0.12 0.67 307.69 0.89 0.17
Hex 53 5 49 0 5E C 43 134 59 11
Octal 123 5 111 0 136 14 103 464 131 21
Binary 1010011 101 1001001 0 1011110 1100 1000011 100110100 1011001 10001

Color Harmonies of #530549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530549

Black with #530549

Text Example


Text Example

White with #530549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530549; }

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

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

background-color css

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

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

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

border-color css

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

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

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