Html Css Color HEX #852D7D Dark Purple

📋 copy color: '#852D7D'

red 133 ◦ green 45 ◦ blue 125

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

Shades of Dark Purple #852D7D

Tints of Dark Purple #852D7D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 43.89%
G = 14.85%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#852D7D (or 0x852D7D) is known color: Dark Purple. HEX triplet: 85, 2D and 7D. RGB value is (133,45,125). Sum of RGB (Red+Green+Blue) = 133+45+125=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #852D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D7D is #7AD282. Grayscale: #505050. Windows color (decimal): -8049283 or 8203653. OLE color: 8203653.

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

Color convert

RGB 133 45 125 -
CMYK 0 0.66 0.06 0.48
HSL 305.45º 0.49% 0.35% -
HSV(B) 305.45º 0.66% 0.52% -
XYZ 14.31 8.34 20.26 -
YUV 80.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 133 45 125 0 0.66 0.06 0.48 305.45 0.49 0.35
Hex 85 2D 7D 0 42 6 30 131 31 23
Octal 205 55 175 0 102 6 60 461 61 43
Binary 10000101 101101 1111101 0 1000010 110 110000 100110001 110001 100011

Color Harmonies of #852D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D7D

Black with #852D7D

Text Example


Text Example

White with #852D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,125); }

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

background-color css

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

 a { background-color: rgb(133,45,125); }

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

border-color css

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

 span { border-color: rgb(133,45,125); }

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