Html Css Color HEX #85327A Dark Purple

📋 copy color: '#85327A'

red 133 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #85327A

Tints of Dark Purple #85327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

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

R = 43.61%
G = 16.39%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85327A (or 0x85327A) is known color: Dark Purple. HEX triplet: 85, 32 and 7A. RGB value is (133,50,122). Sum of RGB (Red+Green+Blue) = 133+50+122=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85327A is #7ACD85. Grayscale: #525252. Windows color (decimal): -8048006 or 8008325. OLE color: 8008325.

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

Color convert

RGB 133 50 122 -
CMYK 0 0.62 0.08 0.48
HSL 307.95º 0.45% 0.36% -
HSV(B) 307.95º 0.62% 0.52% -
XYZ 14.33 8.67 19.33 -
YUV 83.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 133 50 122 0 0.62 0.08 0.48 307.95 0.45 0.36
Hex 85 32 7A 0 3E 8 30 134 2D 24
Octal 205 62 172 0 76 10 60 464 55 44
Binary 10000101 110010 1111010 0 111110 1000 110000 100110100 101101 100100

Color Harmonies of #85327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85327A

Black with #85327A

Text Example


Text Example

White with #85327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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