Html Css Color HEX #852F75 Dark Purple

📋 copy color: '#852F75'

red 133 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #852F75

Tints of Dark Purple #852F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 44.78%
G = 15.82%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#852F75 (or 0x852F75) is known color: Dark Purple. HEX triplet: 85, 2F and 75. RGB value is (133,47,117). Sum of RGB (Red+Green+Blue) = 133+47+117=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F75 is #7AD08A. Grayscale: #505050. Windows color (decimal): -8048779 or 7679877. OLE color: 7679877.

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

Color convert

RGB 133 47 117 -
CMYK 0 0.65 0.12 0.48
HSL 311.16º 0.48% 0.35% -
HSV(B) 311.16º 0.65% 0.52% -
XYZ 13.9 8.3 17.7 -
YUV 80.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 133 47 117 0 0.65 0.12 0.48 311.16 0.48 0.35
Hex 85 2F 75 0 41 C 30 137 30 23
Octal 205 57 165 0 101 14 60 467 60 43
Binary 10000101 101111 1110101 0 1000001 1100 110000 100110111 110000 100011

Color Harmonies of #852F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F75

Black with #852F75

Text Example


Text Example

White with #852F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,47,117); }

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

background-color css

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

 a { background-color: rgb(133,47,117); }

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

border-color css

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

 span { border-color: rgb(133,47,117); }

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