Html Css Color HEX #850374 Purple

📋 copy color: '#850374'

red 133 ◦ green 3 ◦ blue 116

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

Shades of Purple #850374

Tints of Purple #850374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 52.78%
G = 1.19%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#850374 (or 0x850374) is known color: Purple. HEX triplet: 85, 03 and 74. RGB value is (133,3,116). Sum of RGB (Red+Green+Blue) = 133+3+116=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850374 is #7AFC8B. Grayscale: #363636. Windows color (decimal): -8060044 or 7603077. OLE color: 7603077.

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

Color convert

RGB 133 3 116 -
CMYK 0 0.98 0.13 0.48
HSL 307.85º 0.96% 0.27% -
HSV(B) 307.85º 0.98% 0.52% -
XYZ 12.86 6.31 17.06 -
YUV 54.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 133 3 116 0 0.98 0.13 0.48 307.85 0.96 0.27
Hex 85 3 74 0 62 D 30 134 60 1B
Octal 205 3 164 0 142 15 60 464 140 33
Binary 10000101 11 1110100 0 1100010 1101 110000 100110100 1100000 11011

Color Harmonies of #850374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850374

Black with #850374

Text Example


Text Example

White with #850374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850374; }

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

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

background-color css

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

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

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

border-color css

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

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

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