Html Css Color HEX #852672 Dark Purple

📋 copy color: '#852672'

red 133 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #852672

Tints of Dark Purple #852672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 46.67%
G = 13.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852672 (or 0x852672) is known color: Dark Purple. HEX triplet: 85, 26 and 72. RGB value is (133,38,114). Sum of RGB (Red+Green+Blue) = 133+38+114=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852672 is #7AD98D. Grayscale: #4A4A4A. Windows color (decimal): -8051086 or 7480965. OLE color: 7480965.

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

Color convert

RGB 133 38 114 -
CMYK 0 0.71 0.14 0.48
HSL 312º 0.56% 0.34% -
HSV(B) 312º 0.71% 0.52% -
XYZ 13.4 7.59 16.68 -
YUV 75.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 133 38 114 0 0.71 0.14 0.48 312 0.56 0.34
Hex 85 26 72 0 47 E 30 138 38 22
Octal 205 46 162 0 107 16 60 470 70 42
Binary 10000101 100110 1110010 0 1000111 1110 110000 100111000 111000 100010

Color Harmonies of #852672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852672

Black with #852672

Text Example


Text Example

White with #852672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852672; }

 p { color: rgb(133,38,114); }

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

background-color css

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

 a { background-color: rgb(133,38,114); }

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

border-color css

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

 span { border-color: rgb(133,38,114); }

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