Html Css Color HEX #530A47 Tyrian Purple

📋 copy color: '#530A47'

red 83 ◦ green 10 ◦ blue 71

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

Shades of Tyrian Purple #530A47

Tints of Tyrian Purple #530A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.1%

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

R = 50.61%
G = 6.1%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#530A47 (or 0x530A47) is known color: Tyrian Purple. HEX triplet: 53, 0A and 47. RGB value is (83,10,71). Sum of RGB (Red+Green+Blue) = 83+10+71=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #530A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A47 is #ACF5B8. Grayscale: #262626. Windows color (decimal): -11335097 or 4655699. OLE color: 4655699.

HSL color Cylindrical-coordinate representation of color #530A47: hue angle of 309.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A47 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 71 -
CMYK 0 0.88 0.14 0.67
HSL 309.86º 0.78% 0.18% -
HSV(B) 309.86º 0.88% 0.33% -
XYZ 4.81 2.51 6.19 -
YUV 38.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 83 10 71 0 0.88 0.14 0.67 309.86 0.78 0.18
Hex 53 A 47 0 58 E 43 136 4E 12
Octal 123 12 107 0 130 16 103 466 116 22
Binary 1010011 1010 1000111 0 1011000 1110 1000011 100110110 1001110 10010

Color Harmonies of #530A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A47

Black with #530A47

Text Example


Text Example

White with #530A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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