Html Css Color HEX #883572 Dark Purple

📋 copy color: '#883572'

red 136 ◦ green 53 ◦ blue 114

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

Shades of Dark Purple #883572

Tints of Dark Purple #883572

RGB

 RED value IS 136 (53.52% from 255) = 44.88%

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 44.88%
G = 17.49%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#883572 (or 0x883572) is known color: Dark Purple. HEX triplet: 88, 35 and 72. RGB value is (136,53,114). Sum of RGB (Red+Green+Blue) = 136+53+114=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #883572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883572 is #77CA8D. Grayscale: #545454. Windows color (decimal): -7850638 or 7484808. OLE color: 7484808.

HSL color Cylindrical-coordinate representation of color #883572: hue angle of 315.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883572 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 114 -
CMYK 0 0.61 0.16 0.47
HSL 315.9º 0.44% 0.37% -
HSV(B) 315.9º 0.61% 0.53% -
XYZ 14.46 9 16.89 -
YUV 84.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 136 53 114 0 0.61 0.16 0.47 315.9 0.44 0.37
Hex 88 35 72 0 3D 10 2F 13C 2C 25
Octal 210 65 162 0 75 20 57 474 54 45
Binary 10001000 110101 1110010 0 111101 10000 101111 100111100 101100 100101

Color Harmonies of #883572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883572

Black with #883572

Text Example


Text Example

White with #883572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883572; }

 p { color: rgb(136,53,114); }

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

background-color css

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

 a { background-color: rgb(136,53,114); }

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

border-color css

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

 span { border-color: rgb(136,53,114); }

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