Html Css Color HEX #850348 Tyrian Purple

📋 copy color: '#850348'

red 133 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #850348

Tints of Tyrian Purple #850348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 63.94%
G = 1.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#850348 (or 0x850348) is known color: Tyrian Purple. HEX triplet: 85, 03 and 48. RGB value is (133,3,72). Sum of RGB (Red+Green+Blue) = 133+3+72=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #850348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850348 is #7AFCB7. Grayscale: #313131. Windows color (decimal): -8060088 or 4719493. OLE color: 4719493.

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

Color convert

RGB 133 3 72 -
CMYK 0 0.98 0.46 0.48
HSL 328.15º 0.96% 0.27% -
HSV(B) 328.15º 0.98% 0.52% -
XYZ 10.88 5.52 6.62 -
YUV 49.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 133 3 72 0 0.98 0.46 0.48 328.15 0.96 0.27
Hex 85 3 48 0 62 2E 30 148 60 1B
Octal 205 3 110 0 142 56 60 510 140 33
Binary 10000101 11 1001000 0 1100010 101110 110000 101001000 1100000 11011

Color Harmonies of #850348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850348

Black with #850348

Text Example


Text Example

White with #850348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850348; }

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

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

background-color css

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

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

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

border-color css

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

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

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