Html Css Color HEX #850075 Purple

📋 copy color: '#850075'

red 133 ◦ green 0 ◦ blue 117

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

Shades of Purple #850075

Tints of Purple #850075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.2%
G = 0%
B = 46.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#850075 (or 0x850075) is known color: Purple. HEX triplet: 85, 00 and 75. RGB value is (133,0,117). Sum of RGB (Red+Green+Blue) = 133+0+117=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #850075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850075 is #7AFF8A. Grayscale: #343434. Windows color (decimal): -8060811 or 7667845. OLE color: 7667845.

HSL color Cylindrical-coordinate representation of color #850075: hue angle of 307.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850075 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 117 -
CMYK 0 1 0.12 0.48
HSL 307.22º 1% 0.26% -
HSV(B) 307.22º 1% 0.52% -
XYZ 12.88 6.27 17.36 -
YUV 53.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 133 0 117 0 1 0.12 0.48 307.22 1 0.26
Hex 85 0 75 0 64 C 30 133 64 1A
Octal 205 0 165 0 144 14 60 463 144 32
Binary 10000101 0 1110101 0 1100100 1100 110000 100110011 1100100 11010

Color Harmonies of #850075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850075

Black with #850075

Text Example


Text Example

White with #850075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850075; }

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

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

background-color css

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

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

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

border-color css

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

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

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