Html Css Color HEX #852471 Dark Purple

📋 copy color: '#852471'

red 133 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #852471

Tints of Dark Purple #852471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 47.16%
G = 12.77%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852471 (or 0x852471) is known color: Dark Purple. HEX triplet: 85, 24 and 71. RGB value is (133,36,113). Sum of RGB (Red+Green+Blue) = 133+36+113=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #852471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852471 is #7ADB8E. Grayscale: #494949. Windows color (decimal): -8051599 or 7414917. OLE color: 7414917.

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

Color convert

RGB 133 36 113 -
CMYK 0 0.73 0.15 0.48
HSL 312.37º 0.57% 0.33% -
HSV(B) 312.37º 0.73% 0.52% -
XYZ 13.28 7.44 16.36 -
YUV 73.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 133 36 113 0 0.73 0.15 0.48 312.37 0.57 0.33
Hex 85 24 71 0 49 F 30 138 39 21
Octal 205 44 161 0 111 17 60 470 71 41
Binary 10000101 100100 1110001 0 1001001 1111 110000 100111000 111001 100001

Color Harmonies of #852471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852471

Black with #852471

Text Example


Text Example

White with #852471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852471; }

 p { color: rgb(133,36,113); }

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

background-color css

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

 a { background-color: rgb(133,36,113); }

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

border-color css

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

 span { border-color: rgb(133,36,113); }

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