Html Css Color HEX #530147 Tyrian Purple

📋 copy color: '#530147'

red 83 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #530147

Tints of Tyrian Purple #530147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 53.55%
G = 0.65%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#530147 (or 0x530147) is known color: Tyrian Purple. HEX triplet: 53, 01 and 47. RGB value is (83,1,71). Sum of RGB (Red+Green+Blue) = 83+1+71=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530147 is #ACFEB8. Grayscale: #212121. Windows color (decimal): -11337401 or 4653395. OLE color: 4653395.

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

Color convert

RGB 83 1 71 -
CMYK 0 0.99 0.14 0.67
HSL 308.78º 0.98% 0.16% -
HSV(B) 308.78º 0.99% 0.33% -
XYZ 4.72 2.32 6.16 -
YUV 33.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 83 1 71 0 0.99 0.14 0.67 308.78 0.98 0.16
Hex 53 1 47 0 63 E 43 135 62 10
Octal 123 1 107 0 143 16 103 465 142 20
Binary 1010011 1 1000111 0 1100011 1110 1000011 100110101 1100010 10000

Color Harmonies of #530147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530147

Black with #530147

Text Example


Text Example

White with #530147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530147; }

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

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

background-color css

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

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

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

border-color css

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

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

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