Html Css Color HEX #852269 Dark Purple

📋 copy color: '#852269'

red 133 ◦ green 34 ◦ blue 105

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

Shades of Dark Purple #852269

Tints of Dark Purple #852269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 48.9%
G = 12.5%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#852269 (or 0x852269) is known color: Dark Purple. HEX triplet: 85, 22 and 69. RGB value is (133,34,105). Sum of RGB (Red+Green+Blue) = 133+34+105=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852269 is #7ADD96. Grayscale: #474747. Windows color (decimal): -8052119 or 6890117. OLE color: 6890117.

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

Color convert

RGB 133 34 105 -
CMYK 0 0.74 0.21 0.48
HSL 316.97º 0.59% 0.33% -
HSV(B) 316.97º 0.74% 0.52% -
XYZ 12.79 7.15 14.07 -
YUV 71.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 133 34 105 0 0.74 0.21 0.48 316.97 0.59 0.33
Hex 85 22 69 0 4A 15 30 13D 3B 21
Octal 205 42 151 0 112 25 60 475 73 41
Binary 10000101 100010 1101001 0 1001010 10101 110000 100111101 111011 100001

Color Harmonies of #852269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852269

Black with #852269

Text Example


Text Example

White with #852269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852269; }

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

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

background-color css

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

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

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

border-color css

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

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

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