Html Css Color HEX #850345 Tyrian Purple

📋 copy color: '#850345'

red 133 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #850345

Tints of Tyrian Purple #850345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 64.88%
G = 1.46%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#850345 (or 0x850345) is known color: Tyrian Purple. HEX triplet: 85, 03 and 45. RGB value is (133,3,69). Sum of RGB (Red+Green+Blue) = 133+3+69=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850345 is #7AFCBA. Grayscale: #313131. Windows color (decimal): -8060091 or 4522885. OLE color: 4522885.

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

Color convert

RGB 133 3 69 -
CMYK 0 0.98 0.48 0.48
HSL 329.54º 0.96% 0.27% -
HSV(B) 329.54º 0.98% 0.52% -
XYZ 10.78 5.48 6.12 -
YUV 49.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 133 3 69 0 0.98 0.48 0.48 329.54 0.96 0.27
Hex 85 3 45 0 62 30 30 14A 60 1B
Octal 205 3 105 0 142 60 60 512 140 33
Binary 10000101 11 1000101 0 1100010 110000 110000 101001010 1100000 11011

Color Harmonies of #850345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850345

Black with #850345

Text Example


Text Example

White with #850345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850345; }

 p { color: rgb(133,3,69); }

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

background-color css

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

 a { background-color: rgb(133,3,69); }

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

border-color css

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

 span { border-color: rgb(133,3,69); }

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