Html Css Color HEX #85276A Dark Purple

📋 copy color: '#85276A'

red 133 ◦ green 39 ◦ blue 106

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

Shades of Dark Purple #85276A

Tints of Dark Purple #85276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 47.84%
G = 14.03%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85276A (or 0x85276A) is known color: Dark Purple. HEX triplet: 85, 27 and 6A. RGB value is (133,39,106). Sum of RGB (Red+Green+Blue) = 133+39+106=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276A is #7AD895. Grayscale: #4A4A4A. Windows color (decimal): -8050838 or 6956933. OLE color: 6956933.

HSL color Cylindrical-coordinate representation of color #85276A: hue angle of 317.23º 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 #85276A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 106 -
CMYK 0 0.71 0.20 0.48
HSL 317.23º 0.55% 0.34% -
HSV(B) 317.23º 0.71% 0.52% -
XYZ 13 7.48 14.39 -
YUV 74.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 133 39 106 0 0.71 0.20 0.48 317.23 0.55 0.34
Hex 85 27 6A 0 47 14 30 13D 37 22
Octal 205 47 152 0 107 24 60 475 67 42
Binary 10000101 100111 1101010 0 1000111 10100 110000 100111101 110111 100010

Color Harmonies of #85276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85276A

Black with #85276A

Text Example


Text Example

White with #85276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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