Html Css Color HEX #850270 Purple

📋 copy color: '#850270'

red 133 ◦ green 2 ◦ blue 112

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

Shades of Purple #850270

Tints of Purple #850270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 53.85%
G = 0.81%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#850270 (or 0x850270) is known color: Purple. HEX triplet: 85, 02 and 70. RGB value is (133,2,112). Sum of RGB (Red+Green+Blue) = 133+2+112=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #850270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850270 is #7AFD8F. Grayscale: #353535. Windows color (decimal): -8060304 or 7340677. OLE color: 7340677.

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

Color convert

RGB 133 2 112 -
CMYK 0 0.98 0.16 0.48
HSL 309.62º 0.97% 0.26% -
HSV(B) 309.62º 0.98% 0.52% -
XYZ 12.62 6.2 15.86 -
YUV 53.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 133 2 112 0 0.98 0.16 0.48 309.62 0.97 0.26
Hex 85 2 70 0 62 10 30 136 61 1A
Octal 205 2 160 0 142 20 60 466 141 32
Binary 10000101 10 1110000 0 1100010 10000 110000 100110110 1100001 11010

Color Harmonies of #850270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850270

Black with #850270

Text Example


Text Example

White with #850270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850270; }

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

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

background-color css

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

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

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

border-color css

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

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

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