Html Css Color HEX #530047 Tyrian Purple

📋 copy color: '#530047'

red 83 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #530047

Tints of Tyrian Purple #530047

RGB

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

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

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

R = 53.9%
G = 0%
B = 46.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#530047 (or 0x530047) is known color: Tyrian Purple. HEX triplet: 53, 00 and 47. RGB value is (83,0,71). Sum of RGB (Red+Green+Blue) = 83+0+71=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #530047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530047 is #ACFFB8. Grayscale: #202020. Windows color (decimal): -11337657 or 4653139. OLE color: 4653139.

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

Color convert

RGB 83 0 71 -
CMYK 0 1 0.14 0.67
HSL 308.67º 1% 0.16% -
HSV(B) 308.67º 1% 0.33% -
XYZ 4.7 2.29 6.16 -
YUV 32.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 83 0 71 0 1 0.14 0.67 308.67 1 0.16
Hex 53 0 47 0 64 E 43 135 64 10
Octal 123 0 107 0 144 16 103 465 144 20
Binary 1010011 0 1000111 0 1100100 1110 1000011 100110101 1100100 10000

Color Harmonies of #530047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530047

Black with #530047

Text Example


Text Example

White with #530047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530047; }

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

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

background-color css

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

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

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

border-color css

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

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

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