Html Css Color HEX #852477 Dark Purple

📋 copy color: '#852477'

red 133 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #852477

Tints of Dark Purple #852477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 46.18%
G = 12.5%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852477 (or 0x852477) is known color: Dark Purple. HEX triplet: 85, 24 and 77. RGB value is (133,36,119). Sum of RGB (Red+Green+Blue) = 133+36+119=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852477 is #7ADB88. Grayscale: #4A4A4A. Windows color (decimal): -8051593 or 7808133. OLE color: 7808133.

HSL color Cylindrical-coordinate representation of color #852477: hue angle of 308.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852477 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 119 -
CMYK 0 0.73 0.11 0.48
HSL 308.66º 0.57% 0.33% -
HSV(B) 308.66º 0.73% 0.52% -
XYZ 13.63 7.58 18.2 -
YUV 74.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 133 36 119 0 0.73 0.11 0.48 308.66 0.57 0.33
Hex 85 24 77 0 49 B 30 135 39 21
Octal 205 44 167 0 111 13 60 465 71 41
Binary 10000101 100100 1110111 0 1001001 1011 110000 100110101 111001 100001

Color Harmonies of #852477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852477

Black with #852477

Text Example


Text Example

White with #852477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852477; }

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

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

background-color css

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

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

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

border-color css

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

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

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