#530130

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

Shades of Tyrian Purple #530130

Tints of Tyrian Purple #530130

Color information

#530130 (or 0x530130) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 30. RGB value is (83,1,48). Sum of RGB (Red+Green+Blue) = 83+1+48=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #530130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530130 is #ACFECF. Grayscale: #1E1E1E. Windows color (decimal): -11337424 or 3146067. OLE color: 3146067.

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

Color convert

RGB83148-
CMYK00.990.420.67
HSL325.61º97.62%16.47%-
HSV(B)325.61º98.8%32.55%-
XYZ4.112.072.98-
YUV30.88137.67165.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=62.88%
G=0.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314800.990.420.67325.6197.6216.47
Hex531300632A431466210
Octal12316001435210350614220
Binary10100111110000011000111010101000011101000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530130; }

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

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

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

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

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

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

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

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