#530836

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

Shades of Tyrian Purple #530836

Tints of Tyrian Purple #530836

Color information

#530836 (or 0x530836) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 36. RGB value is (83,8,54). Sum of RGB (Red+Green+Blue) = 83+8+54=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530836 is #ACF7C9. Grayscale: #232323. Windows color (decimal): -11335626 or 3541075. OLE color: 3541075.

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

Color convert

RGB83854-
CMYK00.900.350.67
HSL323.2º82.42%17.84%-
HSV(B)323.2º90.36%32.55%-
XYZ4.322.283.7-
YUV35.67138.35161.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=57.24%
G=5.52%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385400.900.350.67323.282.4217.84
Hex5383605A23431435212
Octal123106601324310350312222
Binary10100111000110110010110101000111000011101000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530836; }

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

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

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

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

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

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

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

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