Html Css Color HEX #850240 Tyrian Purple

📋 copy color: '#850240'

red 133 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #850240

Tints of Tyrian Purple #850240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 66.83%
G = 1.01%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#850240 (or 0x850240) is known color: Tyrian Purple. HEX triplet: 85, 02 and 40. RGB value is (133,2,64). Sum of RGB (Red+Green+Blue) = 133+2+64=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #850240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850240 is #7AFDBF. Grayscale: #303030. Windows color (decimal): -8060352 or 4194949. OLE color: 4194949.

HSL color Cylindrical-coordinate representation of color #850240: hue angle of 331.6º 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 #850240 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 64 -
CMYK 0 0.98 0.52 0.48
HSL 331.6º 0.97% 0.26% -
HSV(B) 331.6º 0.98% 0.52% -
XYZ 10.62 5.4 5.33 -
YUV 48.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 133 2 64 0 0.98 0.52 0.48 331.6 0.97 0.26
Hex 85 2 40 0 62 34 30 14C 61 1A
Octal 205 2 100 0 142 64 60 514 141 32
Binary 10000101 10 1000000 0 1100010 110100 110000 101001100 1100001 11010

Color Harmonies of #850240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850240

Black with #850240

Text Example


Text Example

White with #850240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850240; }

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

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

background-color css

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

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

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

border-color css

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

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

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