Html Css Color HEX #852D69 Dark Purple

📋 copy color: '#852D69'

red 133 ◦ green 45 ◦ blue 105

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

Shades of Dark Purple #852D69

Tints of Dark Purple #852D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 47%
G = 15.9%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#852D69 (or 0x852D69) is known color: Dark Purple. HEX triplet: 85, 2D and 69. RGB value is (133,45,105). Sum of RGB (Red+Green+Blue) = 133+45+105=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D69 is #7AD296. Grayscale: #4D4D4D. Windows color (decimal): -8049303 or 6892933. OLE color: 6892933.

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

Color convert

RGB 133 45 105 -
CMYK 0 0.66 0.21 0.48
HSL 319.09º 0.49% 0.35% -
HSV(B) 319.09º 0.66% 0.52% -
XYZ 13.16 7.88 14.19 -
YUV 78.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 133 45 105 0 0.66 0.21 0.48 319.09 0.49 0.35
Hex 85 2D 69 0 42 15 30 13F 31 23
Octal 205 55 151 0 102 25 60 477 61 43
Binary 10000101 101101 1101001 0 1000010 10101 110000 100111111 110001 100011

Color Harmonies of #852D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D69

Black with #852D69

Text Example


Text Example

White with #852D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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