Html Css Color HEX #850242 Tyrian Purple

📋 copy color: '#850242'

red 133 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #850242

Tints of Tyrian Purple #850242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 66.17%
G = 1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#850242 (or 0x850242) is known color: Tyrian Purple. HEX triplet: 85, 02 and 42. RGB value is (133,2,66). Sum of RGB (Red+Green+Blue) = 133+2+66=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #850242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850242 is #7AFDBD. Grayscale: #303030. Windows color (decimal): -8060350 or 4326021. OLE color: 4326021.

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

Color convert

RGB 133 2 66 -
CMYK 0 0.98 0.50 0.48
HSL 330.69º 0.97% 0.26% -
HSV(B) 330.69º 0.98% 0.52% -
XYZ 10.68 5.42 5.64 -
YUV 48.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 133 2 66 0 0.98 0.50 0.48 330.69 0.97 0.26
Hex 85 2 42 0 62 32 30 14B 61 1A
Octal 205 2 102 0 142 62 60 513 141 32
Binary 10000101 10 1000010 0 1100010 110010 110000 101001011 1100001 11010

Color Harmonies of #850242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850242

Black with #850242

Text Example


Text Example

White with #850242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850242; }

 p { color: rgb(133,2,66); }

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

background-color css

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

 a { background-color: rgb(133,2,66); }

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

border-color css

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

 span { border-color: rgb(133,2,66); }

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