#530028

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

Shades of Tyrian Purple #530028

Tints of Tyrian Purple #530028

Color information

#530028 (or 0x530028) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 28. RGB value is (83,0,40). Sum of RGB (Red+Green+Blue) = 83+0+40=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530028 is #ACFFD7. Grayscale: #1D1D1D. Windows color (decimal): -11337688 or 2621523. OLE color: 2621523.

HSL color Cylindrical-coordinate representation of color #530028: hue angle of 331.08º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530028 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB83040-
CMYK010.520.67
HSL331.08º100%16.27%-
HSV(B)331.08º100%32.55%-
XYZ3.951.992.18-
YUV29.38134166.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=67.48%
G=0%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83040010.520.67331.0810016.27
Hex53028064344314b6410
Octal12305001446410351314420
Binary10100110101000011001001101001000011101001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530028; }

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

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

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

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

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

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

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

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