Html Css Color HEX #850274 Purple

📋 copy color: '#850274'

red 133 ◦ green 2 ◦ blue 116

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

Shades of Purple #850274

Tints of Purple #850274

RGB

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

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

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

R = 52.99%
G = 0.8%
B = 46.22%

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

#850274 (or 0x850274) is known color: Purple. HEX triplet: 85, 02 and 74. RGB value is (133,2,116). Sum of RGB (Red+Green+Blue) = 133+2+116=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #850274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850274 is #7AFD8B. Grayscale: #353535. Windows color (decimal): -8060300 or 7602821. OLE color: 7602821.

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

Color convert

RGB 133 2 116 -
CMYK 0 0.98 0.13 0.48
HSL 307.79º 0.97% 0.26% -
HSV(B) 307.79º 0.98% 0.52% -
XYZ 12.85 6.29 17.06 -
YUV 54.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 133 2 116 0 0.98 0.13 0.48 307.79 0.97 0.26
Hex 85 2 74 0 62 D 30 134 61 1A
Octal 205 2 164 0 142 15 60 464 141 32
Binary 10000101 10 1110100 0 1100010 1101 110000 100110100 1100001 11010

Color Harmonies of #850274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850274

Black with #850274

Text Example


Text Example

White with #850274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850274; }

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

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

background-color css

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

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

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

border-color css

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

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

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