Html Css Color HEX #852C69 Dark Purple

📋 copy color: '#852C69'

red 133 ◦ green 44 ◦ blue 105

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

Shades of Dark Purple #852C69

Tints of Dark Purple #852C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 47.16%
G = 15.6%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#852C69 (or 0x852C69) is known color: Dark Purple. HEX triplet: 85, 2C and 69. RGB value is (133,44,105). Sum of RGB (Red+Green+Blue) = 133+44+105=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #852C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C69 is #7AD396. Grayscale: #4D4D4D. Windows color (decimal): -8049559 or 6892677. OLE color: 6892677.

HSL color Cylindrical-coordinate representation of color #852C69: hue angle of 318.88º 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 #852C69 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 105 -
CMYK 0 0.67 0.21 0.48
HSL 318.88º 0.5% 0.35% -
HSV(B) 318.88º 0.67% 0.52% -
XYZ 13.12 7.81 14.18 -
YUV 77.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 133 44 105 0 0.67 0.21 0.48 318.88 0.5 0.35
Hex 85 2C 69 0 43 15 30 13F 32 23
Octal 205 54 151 0 103 25 60 477 62 43
Binary 10000101 101100 1101001 0 1000011 10101 110000 100111111 110010 100011

Color Harmonies of #852C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C69

Black with #852C69

Text Example


Text Example

White with #852C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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