Html Css Color HEX #85377C Dark Purple

📋 copy color: '#85377C'

red 133 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #85377C

Tints of Dark Purple #85377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 42.63%
G = 17.63%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85377C (or 0x85377C) is known color: Dark Purple. HEX triplet: 85, 37 and 7C. RGB value is (133,55,124). Sum of RGB (Red+Green+Blue) = 133+55+124=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85377C is #7AC883. Grayscale: #555555. Windows color (decimal): -8046724 or 8140677. OLE color: 8140677.

HSL color Cylindrical-coordinate representation of color #85377C: hue angle of 306.92º 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 #85377C is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 124 -
CMYK 0 0.59 0.07 0.48
HSL 306.92º 0.41% 0.37% -
HSV(B) 306.92º 0.59% 0.52% -
XYZ 14.68 9.17 20.07 -
YUV 86.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 133 55 124 0 0.59 0.07 0.48 306.92 0.41 0.37
Hex 85 37 7C 0 3B 7 30 133 29 25
Octal 205 67 174 0 73 7 60 463 51 45
Binary 10000101 110111 1111100 0 111011 111 110000 100110011 101001 100101

Color Harmonies of #85377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85377C

Black with #85377C

Text Example


Text Example

White with #85377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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