#85003F

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

Shades of Tyrian Purple #85003F

Tints of Tyrian Purple #85003F

Color information

#85003F (or 0x85003F) is unknown color: approx Tyrian Purple. HEX triplet: 85, 00 and 3F. RGB value is (133,0,63). Sum of RGB (Red+Green+Blue) = 133+0+63=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85003F is #7AFFC0. Grayscale: #2E2E2E. Windows color (decimal): -8060865 or 4128901. OLE color: 4128901.

HSL color Cylindrical-coordinate representation of color #85003F: hue angle of 331.58º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85003F is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB133063-
CMYK010.530.48
HSL331.58º100%26.08%-
HSV(B)331.58º100%52.16%-
XYZ10.575.355.18-
YUV46.95137.06189.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 32.14%
R=67.86%
G=0%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133063010.530.48331.5810026.08
Hex8503F064353014c641a
Octal2050770144656051414432
Binary10000101011111101100100110101110000101001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85003F; }

 p { color: rgb(133,0,63); }

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

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

 a { background-color: rgb(133,0,63); }

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

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

 span { border-color: rgb(133,0,63); }

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