#520230

Color #520230 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #520230

Tints of Tyrian Purple #520230

Color information

#520230 (or 0x520230) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 30. RGB value is (82,2,48). Sum of RGB (Red+Green+Blue) = 82+2+48=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #520230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520230 is #ADFDCF. Grayscale: #1F1F1F. Windows color (decimal): -11402704 or 3146322. OLE color: 3146322.

HSL color Cylindrical-coordinate representation of color #520230: hue angle of 325.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520230 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB82248-
CMYK00.980.410.68
HSL325.5º95.24%16.47%-
HSV(B)325.5º97.56%32.16%-
XYZ4.032.052.98-
YUV31.16137.5164.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=62.12%
G=1.52%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224800.980.410.68325.595.2416.47
Hex5223006229441465f10
Octal12226001425110450613720
Binary101001010110000011000101010011000100101000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520230; }

 p { color: rgb(82,2,48); }

 H1.HeaderClassName
 {
   color: #520230;
 }
 .AnyTagClassName
 {
   color: #520230;
 }
</style>
background-color css

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

 a { background-color: rgb(82,2,48); }

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

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

 span { border-color: rgb(82,2,48); }

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