#530238

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

Shades of Tyrian Purple #530238

Tints of Tyrian Purple #530238

Color information

#530238 (or 0x530238) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 38. RGB value is (83,2,56). Sum of RGB (Red+Green+Blue) = 83+2+56=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530238 is #ACFDC7. Grayscale: #202020. Windows color (decimal): -11337160 or 3670611. OLE color: 3670611.

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

Color convert

RGB83256-
CMYK00.980.330.67
HSL320º95.29%16.67%-
HSV(B)320º97.59%32.55%-
XYZ4.32.173.93-
YUV32.38141.34164.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=58.87%
G=1.42%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325600.980.330.6732095.2916.67
Hex5323806221431405f11
Octal12327001424110350013721
Binary101001110111000011000101000011000011101000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530238; }

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

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

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

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

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

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

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

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