Html Css Color HEX #530249 Tyrian Purple

📋 copy color: '#530249'

red 83 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #530249

Tints of Tyrian Purple #530249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 52.53%
G = 1.27%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#530249 (or 0x530249) is known color: Tyrian Purple. HEX triplet: 53, 02 and 49. RGB value is (83,2,73). Sum of RGB (Red+Green+Blue) = 83+2+73=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530249 is #ACFDB6. Grayscale: #222222. Windows color (decimal): -11337143 or 4784723. OLE color: 4784723.

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

Color convert

RGB 83 2 73 -
CMYK 0 0.98 0.12 0.67
HSL 307.41º 0.95% 0.17% -
HSV(B) 307.41º 0.98% 0.33% -
XYZ 4.79 2.36 6.51 -
YUV 34.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 83 2 73 0 0.98 0.12 0.67 307.41 0.95 0.17
Hex 53 2 49 0 62 C 43 133 5F 11
Octal 123 2 111 0 142 14 103 463 137 21
Binary 1010011 10 1001001 0 1100010 1100 1000011 100110011 1011111 10001

Color Harmonies of #530249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530249

Black with #530249

Text Example


Text Example

White with #530249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530249; }

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

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

background-color css

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

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

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

border-color css

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

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

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