Html Css Color HEX #852279 Dark Purple

📋 copy color: '#852279'

red 133 ◦ green 34 ◦ blue 121

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

Shades of Dark Purple #852279

Tints of Dark Purple #852279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 46.18%
G = 11.81%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852279 (or 0x852279) is known color: Dark Purple. HEX triplet: 85, 22 and 79. RGB value is (133,34,121). Sum of RGB (Red+Green+Blue) = 133+34+121=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852279 is #7ADD86. Grayscale: #494949. Windows color (decimal): -8052103 or 7938693. OLE color: 7938693.

HSL color Cylindrical-coordinate representation of color #852279: hue angle of 307.27º 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 #852279 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 121 -
CMYK 0 0.74 0.09 0.48
HSL 307.27º 0.59% 0.33% -
HSV(B) 307.27º 0.74% 0.52% -
XYZ 13.7 7.51 18.82 -
YUV 73.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 133 34 121 0 0.74 0.09 0.48 307.27 0.59 0.33
Hex 85 22 79 0 4A 9 30 133 3B 21
Octal 205 42 171 0 112 11 60 463 73 41
Binary 10000101 100010 1111001 0 1001010 1001 110000 100110011 111011 100001

Color Harmonies of #852279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852279

Black with #852279

Text Example


Text Example

White with #852279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852279; }

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

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

background-color css

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

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

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

border-color css

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

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

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