Html Css Color HEX #852677 Dark Purple

📋 copy color: '#852677'

red 133 ◦ green 38 ◦ blue 119

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

Shades of Dark Purple #852677

Tints of Dark Purple #852677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 45.86%
G = 13.1%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852677 (or 0x852677) is known color: Dark Purple. HEX triplet: 85, 26 and 77. RGB value is (133,38,119). Sum of RGB (Red+Green+Blue) = 133+38+119=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852677 is #7AD988. Grayscale: #4B4B4B. Windows color (decimal): -8051081 or 7808645. OLE color: 7808645.

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

Color convert

RGB 133 38 119 -
CMYK 0 0.71 0.11 0.48
HSL 308.84º 0.56% 0.34% -
HSV(B) 308.84º 0.71% 0.52% -
XYZ 13.7 7.7 18.22 -
YUV 75.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 133 38 119 0 0.71 0.11 0.48 308.84 0.56 0.34
Hex 85 26 77 0 47 B 30 135 38 22
Octal 205 46 167 0 107 13 60 465 70 42
Binary 10000101 100110 1110111 0 1000111 1011 110000 100110101 111000 100010

Color Harmonies of #852677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852677

Black with #852677

Text Example


Text Example

White with #852677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852677; }

 p { color: rgb(133,38,119); }

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

background-color css

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

 a { background-color: rgb(133,38,119); }

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

border-color css

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

 span { border-color: rgb(133,38,119); }

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