Html Css Color HEX #853A72 Dark Purple

📋 copy color: '#853A72'

red 133 ◦ green 58 ◦ blue 114

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

Shades of Dark Purple #853A72

Tints of Dark Purple #853A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 43.61%
G = 19.02%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#853A72 (or 0x853A72) is known color: Dark Purple. HEX triplet: 85, 3A and 72. RGB value is (133,58,114). Sum of RGB (Red+Green+Blue) = 133+58+114=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A72 is #7AC58D. Grayscale: #565656. Windows color (decimal): -8045966 or 7486085. OLE color: 7486085.

HSL color Cylindrical-coordinate representation of color #853A72: hue angle of 315.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A72 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 114 -
CMYK 0 0.56 0.14 0.48
HSL 315.2º 0.39% 0.37% -
HSV(B) 315.2º 0.56% 0.52% -
XYZ 14.22 9.23 16.95 -
YUV 86.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 133 58 114 0 0.56 0.14 0.48 315.2 0.39 0.37
Hex 85 3A 72 0 38 E 30 13B 27 25
Octal 205 72 162 0 70 16 60 473 47 45
Binary 10000101 111010 1110010 0 111000 1110 110000 100111011 100111 100101

Color Harmonies of #853A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A72

Black with #853A72

Text Example


Text Example

White with #853A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A72; }

 p { color: rgb(133,58,114); }

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

background-color css

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

 a { background-color: rgb(133,58,114); }

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

border-color css

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

 span { border-color: rgb(133,58,114); }

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