Html Css Color HEX #85276F Dark Purple

📋 copy color: '#85276F'

red 133 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #85276F

Tints of Dark Purple #85276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 47%
G = 13.78%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85276F (or 0x85276F) is known color: Dark Purple. HEX triplet: 85, 27 and 6F. RGB value is (133,39,111). Sum of RGB (Red+Green+Blue) = 133+39+111=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276F is #7AD890. Grayscale: #4B4B4B. Windows color (decimal): -8050833 or 7284613. OLE color: 7284613.

HSL color Cylindrical-coordinate representation of color #85276F: hue angle of 314.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85276F is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 111 -
CMYK 0 0.71 0.17 0.48
HSL 314.04º 0.55% 0.34% -
HSV(B) 314.04º 0.71% 0.52% -
XYZ 13.27 7.59 15.8 -
YUV 75.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 133 39 111 0 0.71 0.17 0.48 314.04 0.55 0.34
Hex 85 27 6F 0 47 11 30 13A 37 22
Octal 205 47 157 0 107 21 60 472 67 42
Binary 10000101 100111 1101111 0 1000111 10001 110000 100111010 110111 100010

Color Harmonies of #85276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85276F

Black with #85276F

Text Example


Text Example

White with #85276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85276F; }

 p { color: rgb(133,39,111); }

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

background-color css

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

 a { background-color: rgb(133,39,111); }

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

border-color css

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

 span { border-color: rgb(133,39,111); }

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