Html Css Color HEX #852175 Dark Purple

📋 copy color: '#852175'

red 133 ◦ green 33 ◦ blue 117

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

Shades of Dark Purple #852175

Tints of Dark Purple #852175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 47%
G = 11.66%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#852175 (or 0x852175) is known color: Dark Purple. HEX triplet: 85, 21 and 75. RGB value is (133,33,117). Sum of RGB (Red+Green+Blue) = 133+33+117=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852175 is #7ADE8A. Grayscale: #484848. Windows color (decimal): -8052363 or 7676293. OLE color: 7676293.

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

Color convert

RGB 133 33 117 -
CMYK 0 0.75 0.12 0.48
HSL 309.6º 0.6% 0.33% -
HSV(B) 309.6º 0.75% 0.52% -
XYZ 13.43 7.36 17.54 -
YUV 72.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 133 33 117 0 0.75 0.12 0.48 309.6 0.6 0.33
Hex 85 21 75 0 4B C 30 136 3C 21
Octal 205 41 165 0 113 14 60 466 74 41
Binary 10000101 100001 1110101 0 1001011 1100 110000 100110110 111100 100001

Color Harmonies of #852175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852175

Black with #852175

Text Example


Text Example

White with #852175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852175; }

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

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

background-color css

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

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

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

border-color css

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

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

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