Html Css Color HEX #852769 Dark Purple

📋 copy color: '#852769'

red 133 ◦ green 39 ◦ blue 105

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

Shades of Dark Purple #852769

Tints of Dark Purple #852769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 48.01%
G = 14.08%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#852769 (or 0x852769) is known color: Dark Purple. HEX triplet: 85, 27 and 69. RGB value is (133,39,105). Sum of RGB (Red+Green+Blue) = 133+39+105=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #852769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852769 is #7AD896. Grayscale: #4A4A4A. Windows color (decimal): -8050839 or 6891397. OLE color: 6891397.

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

Color convert

RGB 133 39 105 -
CMYK 0 0.71 0.21 0.48
HSL 317.87º 0.55% 0.34% -
HSV(B) 317.87º 0.71% 0.52% -
XYZ 12.95 7.46 14.12 -
YUV 74.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 133 39 105 0 0.71 0.21 0.48 317.87 0.55 0.34
Hex 85 27 69 0 47 15 30 13E 37 22
Octal 205 47 151 0 107 25 60 476 67 42
Binary 10000101 100111 1101001 0 1000111 10101 110000 100111110 110111 100010

Color Harmonies of #852769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852769

Black with #852769

Text Example


Text Example

White with #852769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852769; }

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

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

background-color css

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

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

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

border-color css

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

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

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