Html Css Color HEX #530247 Tyrian Purple

📋 copy color: '#530247'

red 83 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #530247

Tints of Tyrian Purple #530247

RGB

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

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

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

R = 53.21%
G = 1.28%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#530247 (or 0x530247) is known color: Tyrian Purple. HEX triplet: 53, 02 and 47. RGB value is (83,2,71). Sum of RGB (Red+Green+Blue) = 83+2+71=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530247 is #ACFDB8. Grayscale: #212121. Windows color (decimal): -11337145 or 4653651. OLE color: 4653651.

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

Color convert

RGB 83 2 71 -
CMYK 0 0.98 0.14 0.67
HSL 308.89º 0.95% 0.17% -
HSV(B) 308.89º 0.98% 0.33% -
XYZ 4.73 2.34 6.16 -
YUV 34.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 83 2 71 0 0.98 0.14 0.67 308.89 0.95 0.17
Hex 53 2 47 0 62 E 43 135 5F 11
Octal 123 2 107 0 142 16 103 465 137 21
Binary 1010011 10 1000111 0 1100010 1110 1000011 100110101 1011111 10001

Color Harmonies of #530247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530247

Black with #530247

Text Example


Text Example

White with #530247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530247; }

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

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

background-color css

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

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

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

border-color css

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

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

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