Html Css Color HEX #85003E Tyrian Purple

📋 copy color: '#85003E'

red 133 ◦ green 0 ◦ blue 62

#85003E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #85003E

Tints of Tyrian Purple #85003E

RGB

 RED value IS 133 (52.34% from 255) = 68.21%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 68.21%
G = 0%
B = 31.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85003E (or 0x85003E) is known color: Tyrian Purple. HEX triplet: 85, 00 and 3E. RGB value is (133,0,62). Sum of RGB (Red+Green+Blue) = 133+0+62=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85003E is #7AFFC1. Grayscale: #2E2E2E. Windows color (decimal): -8060866 or 4063365. OLE color: 4063365.

HSL color Cylindrical-coordinate representation of color #85003E: hue angle of 332.03º 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 #85003E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 62 -
CMYK 0 1 0.53 0.48
HSL 332.03º 1% 0.26% -
HSV(B) 332.03º 1% 0.52% -
XYZ 10.54 5.33 5.03 -
YUV 46.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 133 0 62 0 1 0.53 0.48 332.03 1 0.26
Hex 85 0 3E 0 64 35 30 14C 64 1A
Octal 205 0 76 0 144 65 60 514 144 32
Binary 10000101 0 111110 0 1100100 110101 110000 101001100 1100100 11010

Color Harmonies of #85003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85003E

Black with #85003E

Text Example


Text Example

White with #85003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85003E;
 }
 .AnyTagClassName
 {
   color: #85003E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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