#530234

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

Shades of Tyrian Purple #530234

Tints of Tyrian Purple #530234

Color information

#530234 (or 0x530234) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 34. RGB value is (83,2,52). Sum of RGB (Red+Green+Blue) = 83+2+52=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530234 is #ACFDCB. Grayscale: #1F1F1F. Windows color (decimal): -11337164 or 3408467. OLE color: 3408467.

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

Color convert

RGB83252-
CMYK00.980.370.67
HSL322.96º95.29%16.67%-
HSV(B)322.96º97.59%32.55%-
XYZ4.212.133.44-
YUV31.92139.34164.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=60.58%
G=1.46%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325200.980.370.67322.9695.2916.67
Hex5323406225431435f11
Octal12326401424510350313721
Binary101001110110100011000101001011000011101000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530234; }

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

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

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

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

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

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

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

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