Html Css Color HEX #85377A Dark Purple

📋 copy color: '#85377A'

red 133 ◦ green 55 ◦ blue 122

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

Shades of Dark Purple #85377A

Tints of Dark Purple #85377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 42.9%
G = 17.74%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85377A (or 0x85377A) is known color: Dark Purple. HEX triplet: 85, 37 and 7A. RGB value is (133,55,122). Sum of RGB (Red+Green+Blue) = 133+55+122=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85377A is #7AC885. Grayscale: #555555. Windows color (decimal): -8046726 or 8009605. OLE color: 8009605.

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

Color convert

RGB 133 55 122 -
CMYK 0 0.59 0.08 0.48
HSL 308.46º 0.41% 0.37% -
HSV(B) 308.46º 0.59% 0.52% -
XYZ 14.55 9.12 19.41 -
YUV 85.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 133 55 122 0 0.59 0.08 0.48 308.46 0.41 0.37
Hex 85 37 7A 0 3B 8 30 134 29 25
Octal 205 67 172 0 73 10 60 464 51 45
Binary 10000101 110111 1111010 0 111011 1000 110000 100110100 101001 100101

Color Harmonies of #85377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85377A

Black with #85377A

Text Example


Text Example

White with #85377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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