Html Css Color HEX #530149 Tyrian Purple

📋 copy color: '#530149'

red 83 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #530149

Tints of Tyrian Purple #530149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 52.87%
G = 0.64%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#530149 (or 0x530149) is known color: Tyrian Purple. HEX triplet: 53, 01 and 49. RGB value is (83,1,73). Sum of RGB (Red+Green+Blue) = 83+1+73=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530149 is #ACFEB6. Grayscale: #212121. Windows color (decimal): -11337399 or 4784467. OLE color: 4784467.

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

Color convert

RGB 83 1 73 -
CMYK 0 0.99 0.12 0.67
HSL 307.32º 0.98% 0.16% -
HSV(B) 307.32º 0.99% 0.33% -
XYZ 4.78 2.34 6.5 -
YUV 33.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 83 1 73 0 0.99 0.12 0.67 307.32 0.98 0.16
Hex 53 1 49 0 63 C 43 133 62 10
Octal 123 1 111 0 143 14 103 463 142 20
Binary 1010011 1 1001001 0 1100011 1100 1000011 100110011 1100010 10000

Color Harmonies of #530149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530149

Black with #530149

Text Example


Text Example

White with #530149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530149; }

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

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

background-color css

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

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

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

border-color css

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

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

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