Html Css Color HEX #852C7C Dark Purple

📋 copy color: '#852C7C'

red 133 ◦ green 44 ◦ blue 124

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

Shades of Dark Purple #852C7C

Tints of Dark Purple #852C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 44.19%
G = 14.62%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#852C7C (or 0x852C7C) is known color: Dark Purple. HEX triplet: 85, 2C and 7C. RGB value is (133,44,124). Sum of RGB (Red+Green+Blue) = 133+44+124=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C7C is #7AD383. Grayscale: #4F4F4F. Windows color (decimal): -8049540 or 8137861. OLE color: 8137861.

HSL color Cylindrical-coordinate representation of color #852C7C: hue angle of 306.07º 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 #852C7C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 124 -
CMYK 0 0.67 0.07 0.48
HSL 306.07º 0.5% 0.35% -
HSV(B) 306.07º 0.67% 0.52% -
XYZ 14.21 8.24 19.91 -
YUV 79.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 133 44 124 0 0.67 0.07 0.48 306.07 0.5 0.35
Hex 85 2C 7C 0 43 7 30 132 32 23
Octal 205 54 174 0 103 7 60 462 62 43
Binary 10000101 101100 1111100 0 1000011 111 110000 100110010 110010 100011

Color Harmonies of #852C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C7C

Black with #852C7C

Text Example


Text Example

White with #852C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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