Html Css Color HEX #852C78 Dark Purple

📋 copy color: '#852C78'

red 133 ◦ green 44 ◦ blue 120

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

Shades of Dark Purple #852C78

Tints of Dark Purple #852C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 44.78%
G = 14.81%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#852C78 (or 0x852C78) is known color: Dark Purple. HEX triplet: 85, 2C and 78. RGB value is (133,44,120). Sum of RGB (Red+Green+Blue) = 133+44+120=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C78 is #7AD387. Grayscale: #4F4F4F. Windows color (decimal): -8049544 or 7875717. OLE color: 7875717.

HSL color Cylindrical-coordinate representation of color #852C78: hue angle of 308.76º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C78 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 120 -
CMYK 0 0.67 0.10 0.48
HSL 308.76º 0.5% 0.35% -
HSV(B) 308.76º 0.67% 0.52% -
XYZ 13.96 8.14 18.61 -
YUV 79.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 133 44 120 0 0.67 0.10 0.48 308.76 0.5 0.35
Hex 85 2C 78 0 43 A 30 135 32 23
Octal 205 54 170 0 103 12 60 465 62 43
Binary 10000101 101100 1111000 0 1000011 1010 110000 100110101 110010 100011

Color Harmonies of #852C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C78

Black with #852C78

Text Example


Text Example

White with #852C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C78; }

 p { color: rgb(133,44,120); }

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

background-color css

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

 a { background-color: rgb(133,44,120); }

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

border-color css

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

 span { border-color: rgb(133,44,120); }

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