Html Css Color HEX #85297A Dark Purple

📋 copy color: '#85297A'

red 133 ◦ green 41 ◦ blue 122

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

Shades of Dark Purple #85297A

Tints of Dark Purple #85297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 44.93%
G = 13.85%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85297A (or 0x85297A) is known color: Dark Purple. HEX triplet: 85, 29 and 7A. RGB value is (133,41,122). Sum of RGB (Red+Green+Blue) = 133+41+122=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85297A is #7AD685. Grayscale: #4D4D4D. Windows color (decimal): -8050310 or 8006021. OLE color: 8006021.

HSL color Cylindrical-coordinate representation of color #85297A: hue angle of 307.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85297A is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 122 -
CMYK 0 0.69 0.08 0.48
HSL 307.17º 0.53% 0.34% -
HSV(B) 307.17º 0.69% 0.52% -
XYZ 13.98 7.98 19.22 -
YUV 77.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 133 41 122 0 0.69 0.08 0.48 307.17 0.53 0.34
Hex 85 29 7A 0 45 8 30 133 35 22
Octal 205 51 172 0 105 10 60 463 65 42
Binary 10000101 101001 1111010 0 1000101 1000 110000 100110011 110101 100010

Color Harmonies of #85297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85297A

Black with #85297A

Text Example


Text Example

White with #85297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,41,122); }

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

background-color css

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

 a { background-color: rgb(133,41,122); }

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

border-color css

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

 span { border-color: rgb(133,41,122); }

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