Html Css Color HEX #850275 Purple

📋 copy color: '#850275'

red 133 ◦ green 2 ◦ blue 117

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

Shades of Purple #850275

Tints of Purple #850275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 52.78%
G = 0.79%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#850275 (or 0x850275) is known color: Purple. HEX triplet: 85, 02 and 75. RGB value is (133,2,117). Sum of RGB (Red+Green+Blue) = 133+2+117=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850275 is #7AFD8A. Grayscale: #353535. Windows color (decimal): -8060299 or 7668357. OLE color: 7668357.

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

Color convert

RGB 133 2 117 -
CMYK 0 0.98 0.12 0.48
HSL 307.33º 0.97% 0.26% -
HSV(B) 307.33º 0.98% 0.52% -
XYZ 12.91 6.31 17.37 -
YUV 54.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 133 2 117 0 0.98 0.12 0.48 307.33 0.97 0.26
Hex 85 2 75 0 62 C 30 133 61 1A
Octal 205 2 165 0 142 14 60 463 141 32
Binary 10000101 10 1110101 0 1100010 1100 110000 100110011 1100001 11010

Color Harmonies of #850275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850275

Black with #850275

Text Example


Text Example

White with #850275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850275; }

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

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

background-color css

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

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

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

border-color css

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

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

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