#530841

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

Shades of Tyrian Purple #530841

Tints of Tyrian Purple #530841

Color information

#530841 (or 0x530841) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 41. RGB value is (83,8,65). Sum of RGB (Red+Green+Blue) = 83+8+65=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530841 is #ACF7BE. Grayscale: #242424. Windows color (decimal): -11335615 or 4261971. OLE color: 4261971.

HSL color Cylindrical-coordinate representation of color #530841: hue angle of 314.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530841 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB83865-
CMYK00.900.220.67
HSL314.4º82.42%17.84%-
HSV(B)314.4º90.36%32.55%-
XYZ4.612.395.22-
YUV36.92143.85160.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=53.21%
G=5.13%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8386500.900.220.67314.482.4217.84
Hex5384105A164313a5212
Octal1231010101322610347212222
Binary10100111000100000101011010101101000011100111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530841; }

 p { color: rgb(83,8,65); }

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

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

 a { background-color: rgb(83,8,65); }

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

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

 span { border-color: rgb(83,8,65); }

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