Html Css Color HEX #852774 Dark Purple

📋 copy color: '#852774'

red 133 ◦ green 39 ◦ blue 116

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

Shades of Dark Purple #852774

Tints of Dark Purple #852774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 46.18%
G = 13.54%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#852774 (or 0x852774) is known color: Dark Purple. HEX triplet: 85, 27 and 74. RGB value is (133,39,116). Sum of RGB (Red+Green+Blue) = 133+39+116=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852774 is #7AD88B. Grayscale: #4B4B4B. Windows color (decimal): -8050828 or 7612293. OLE color: 7612293.

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

Color convert

RGB 133 39 116 -
CMYK 0 0.71 0.13 0.48
HSL 310.85º 0.55% 0.34% -
HSV(B) 310.85º 0.71% 0.52% -
XYZ 13.55 7.7 17.29 -
YUV 75.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 133 39 116 0 0.71 0.13 0.48 310.85 0.55 0.34
Hex 85 27 74 0 47 D 30 137 37 22
Octal 205 47 164 0 107 15 60 467 67 42
Binary 10000101 100111 1110100 0 1000111 1101 110000 100110111 110111 100010

Color Harmonies of #852774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852774

Black with #852774

Text Example


Text Example

White with #852774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852774; }

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

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

background-color css

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

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

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

border-color css

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

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

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