Html Css Color HEX #852C74 Dark Purple

📋 copy color: '#852C74'

red 133 ◦ green 44 ◦ blue 116

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

Shades of Dark Purple #852C74

Tints of Dark Purple #852C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 45.39%
G = 15.02%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#852C74 (or 0x852C74) is known color: Dark Purple. HEX triplet: 85, 2C and 74. RGB value is (133,44,116). Sum of RGB (Red+Green+Blue) = 133+44+116=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #852C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C74 is #7AD38B. Grayscale: #4E4E4E. Windows color (decimal): -8049548 or 7613573. OLE color: 7613573.

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

Color convert

RGB 133 44 116 -
CMYK 0 0.67 0.13 0.48
HSL 311.46º 0.5% 0.35% -
HSV(B) 311.46º 0.67% 0.52% -
XYZ 13.73 8.05 17.35 -
YUV 78.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 133 44 116 0 0.67 0.13 0.48 311.46 0.5 0.35
Hex 85 2C 74 0 43 D 30 137 32 23
Octal 205 54 164 0 103 15 60 467 62 43
Binary 10000101 101100 1110100 0 1000011 1101 110000 100110111 110010 100011

Color Harmonies of #852C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C74

Black with #852C74

Text Example


Text Example

White with #852C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,116); }

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

background-color css

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

 a { background-color: rgb(133,44,116); }

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

border-color css

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

 span { border-color: rgb(133,44,116); }

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