#530032

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

Shades of Tyrian Purple #530032

Tints of Tyrian Purple #530032

Color information

#530032 (or 0x530032) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 32. RGB value is (83,0,50). Sum of RGB (Red+Green+Blue) = 83+0+50=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530032 is #ACFFCD. Grayscale: #1E1E1E. Windows color (decimal): -11337678 or 3276883. OLE color: 3276883.

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

Color convert

RGB83050-
CMYK010.400.67
HSL323.86º100%16.27%-
HSV(B)323.86º100%32.55%-
XYZ4.142.073.2-
YUV30.52139165.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=62.41%
G=0%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83050010.400.67323.8610016.27
Hex5303206428431446410
Octal12306201445010350414420
Binary10100110110010011001001010001000011101000100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530032; }

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

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

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

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

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

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

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

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