#85064B

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

Shades of Tyrian Purple #85064B

Tints of Tyrian Purple #85064B

Color information

#85064B (or 0x85064B) is unknown color: approx Tyrian Purple. HEX triplet: 85, 06 and 4B. RGB value is (133,6,75). Sum of RGB (Red+Green+Blue) = 133+6+75=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85064B is #7AF9B4. Grayscale: #333333. Windows color (decimal): -8059317 or 4916869. OLE color: 4916869.

HSL color Cylindrical-coordinate representation of color #85064B: hue angle of 327.4º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85064B is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB133675-
CMYK00.950.440.48
HSL327.4º91.37%27.25%-
HSV(B)327.4º95.49%52.16%-
XYZ11.015.627.16-
YUV51.84141.08185.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=62.15%
G=2.80%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13367500.950.440.48327.491.3727.25
Hex8564B05F2C301475b1b
Octal20561130137546050713333
Binary10000101110100101101011111101100110000101000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85064B; }

 p { color: rgb(133,6,75); }

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

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

 a { background-color: rgb(133,6,75); }

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

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

 span { border-color: rgb(133,6,75); }

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