Html Css Color HEX #530049 Tyrian Purple

📋 copy color: '#530049'

red 83 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #530049

Tints of Tyrian Purple #530049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.21%
G = 0%
B = 46.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#530049 (or 0x530049) is known color: Tyrian Purple. HEX triplet: 53, 00 and 49. RGB value is (83,0,73). Sum of RGB (Red+Green+Blue) = 83+0+73=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530049 is #ACFFB6. Grayscale: #202020. Windows color (decimal): -11337655 or 4784211. OLE color: 4784211.

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

Color convert

RGB 83 0 73 -
CMYK 0 1 0.12 0.67
HSL 307.23º 1% 0.16% -
HSV(B) 307.23º 1% 0.33% -
XYZ 4.77 2.32 6.5 -
YUV 33.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 83 0 73 0 1 0.12 0.67 307.23 1 0.16
Hex 53 0 49 0 64 C 43 133 64 10
Octal 123 0 111 0 144 14 103 463 144 20
Binary 1010011 0 1001001 0 1100100 1100 1000011 100110011 1100100 10000

Color Harmonies of #530049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530049

Black with #530049

Text Example


Text Example

White with #530049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530049; }

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

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

background-color css

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

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

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

border-color css

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

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

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