#530837

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

Shades of Tyrian Purple #530837

Tints of Tyrian Purple #530837

Color information

#530837 (or 0x530837) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 37. RGB value is (83,8,55). Sum of RGB (Red+Green+Blue) = 83+8+55=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #530837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530837 is #ACF7C8. Grayscale: #232323. Windows color (decimal): -11335625 or 3606611. OLE color: 3606611.

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

Color convert

RGB83855-
CMYK00.900.340.67
HSL322.4º82.42%17.84%-
HSV(B)322.4º90.36%32.55%-
XYZ4.342.293.83-
YUV35.78138.85161.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=56.85%
G=5.48%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385500.900.340.67322.482.4217.84
Hex5383705A22431425212
Octal123106701324210350212222
Binary10100111000110111010110101000101000011101000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530837; }

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

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

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

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

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

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

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

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