#530232

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

Shades of Tyrian Purple #530232

Tints of Tyrian Purple #530232

Color information

#530232 (or 0x530232) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 32. RGB value is (83,2,50). Sum of RGB (Red+Green+Blue) = 83+2+50=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530232 is #ACFDCD. Grayscale: #1F1F1F. Windows color (decimal): -11337166 or 3277395. OLE color: 3277395.

HSL color Cylindrical-coordinate representation of color #530232: hue angle of 324.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530232 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB83250-
CMYK00.980.400.67
HSL324.44º95.29%16.67%-
HSV(B)324.44º97.59%32.55%-
XYZ4.162.113.21-
YUV31.69138.34164.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=61.48%
G=1.48%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325000.980.400.67324.4495.2916.67
Hex5323206228431445f11
Octal12326201425010350413721
Binary101001110110010011000101010001000011101000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530232; }

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

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

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

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

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

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

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

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