Html Css Color HEX #850672 Purple

📋 copy color: '#850672'

red 133 ◦ green 6 ◦ blue 114

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

Shades of Purple #850672

Tints of Purple #850672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 52.57%
G = 2.37%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#850672 (or 0x850672) is known color: Purple. HEX triplet: 85, 06 and 72. RGB value is (133,6,114). Sum of RGB (Red+Green+Blue) = 133+6+114=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850672 is #7AF98D. Grayscale: #373737. Windows color (decimal): -8059278 or 7472773. OLE color: 7472773.

HSL color Cylindrical-coordinate representation of color #850672: hue angle of 308.98º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850672 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 114 -
CMYK 0 0.95 0.14 0.48
HSL 308.98º 0.91% 0.27% -
HSV(B) 308.98º 0.95% 0.52% -
XYZ 12.78 6.33 16.47 -
YUV 56.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 133 6 114 0 0.95 0.14 0.48 308.98 0.91 0.27
Hex 85 6 72 0 5F E 30 135 5B 1B
Octal 205 6 162 0 137 16 60 465 133 33
Binary 10000101 110 1110010 0 1011111 1110 110000 100110101 1011011 11011

Color Harmonies of #850672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850672

Black with #850672

Text Example


Text Example

White with #850672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850672; }

 p { color: rgb(133,6,114); }

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

background-color css

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

 a { background-color: rgb(133,6,114); }

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

border-color css

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

 span { border-color: rgb(133,6,114); }

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