#530334

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

Shades of Tyrian Purple #530334

Tints of Tyrian Purple #530334

Color information

#530334 (or 0x530334) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 34. RGB value is (83,3,52). Sum of RGB (Red+Green+Blue) = 83+3+52=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530334 is #ACFCCB. Grayscale: #202020. Windows color (decimal): -11336908 or 3408723. OLE color: 3408723.

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

Color convert

RGB83352-
CMYK00.960.370.67
HSL323.25º93.02%16.86%-
HSV(B)323.25º96.39%32.55%-
XYZ4.222.153.44-
YUV32.51139164.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=60.14%
G=2.17%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335200.960.370.67323.2593.0216.86
Hex5333406025431435d11
Octal12336401404510350313521
Binary101001111110100011000001001011000011101000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530334; }

 p { color: rgb(83,3,52); }

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

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

 a { background-color: rgb(83,3,52); }

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

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

 span { border-color: rgb(83,3,52); }

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