Html Css Color HEX #530449 Tyrian Purple

📋 copy color: '#530449'

red 83 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #530449

Tints of Tyrian Purple #530449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 51.88%
G = 2.5%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#530449 (or 0x530449) is known color: Tyrian Purple. HEX triplet: 53, 04 and 49. RGB value is (83,4,73). Sum of RGB (Red+Green+Blue) = 83+4+73=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530449 is #ACFBB6. Grayscale: #232323. Windows color (decimal): -11336631 or 4785235. OLE color: 4785235.

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

Color convert

RGB 83 4 73 -
CMYK 0 0.95 0.12 0.67
HSL 307.59º 0.91% 0.17% -
HSV(B) 307.59º 0.95% 0.33% -
XYZ 4.81 2.41 6.51 -
YUV 35.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 83 4 73 0 0.95 0.12 0.67 307.59 0.91 0.17
Hex 53 4 49 0 5F C 43 134 5B 11
Octal 123 4 111 0 137 14 103 464 133 21
Binary 1010011 100 1001001 0 1011111 1100 1000011 100110100 1011011 10001

Color Harmonies of #530449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530449

Black with #530449

Text Example


Text Example

White with #530449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530449; }

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

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

background-color css

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

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

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

border-color css

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

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

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