#530128

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

Shades of Tyrian Purple #530128

Tints of Tyrian Purple #530128

Color information

#530128 (or 0x530128) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 28. RGB value is (83,1,40). Sum of RGB (Red+Green+Blue) = 83+1+40=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530128 is #ACFED7. Grayscale: #1D1D1D. Windows color (decimal): -11337432 or 2621779. OLE color: 2621779.

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

Color convert

RGB83140-
CMYK00.990.520.67
HSL331.46º97.62%16.47%-
HSV(B)331.46º98.8%32.55%-
XYZ3.962.012.19-
YUV29.96133.67165.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=66.94%
G=0.81%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314000.990.520.67331.4697.6216.47
Hex53128063344314b6210
Octal12315001436410351314220
Binary10100111101000011000111101001000011101001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530128; }

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

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

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

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

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

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

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

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