Html Css Color HEX #85003F Tyrian Purple

📋 copy color: '#85003F'

red 133 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #85003F

Tints of Tyrian Purple #85003F

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 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

#85003F (or 0x85003F) is known color: 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

RGB 133 0 63 -
CMYK 0 1 0.53 0.48
HSL 331.58º 1% 0.26% -
HSV(B) 331.58º 1% 0.52% -
XYZ 10.57 5.35 5.18 -
YUV 46.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 133 0 63 0 1 0.53 0.48 331.58 1 0.26
Hex 85 0 3F 0 64 35 30 14C 64 1A
Octal 205 0 77 0 144 65 60 514 144 32
Binary 10000101 0 111111 0 1100100 110101 110000 101001100 1100100 11010

Color Harmonies of #85003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85003F

Black with #85003F

Text Example


Text Example

White with #85003F

Text Example


Text Example

HTML Codes & Css Web 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>