Html Css Color HEX #872275 Dark Purple

📋 copy color: '#872275'

red 135 ◦ green 34 ◦ blue 117

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

Shades of Dark Purple #872275

Tints of Dark Purple #872275

RGB

 RED value IS 135 (53.13% from 255) = 47.2%

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 47.2%
G = 11.89%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#872275 (or 0x872275) is known color: Dark Purple. HEX triplet: 87, 22 and 75. RGB value is (135,34,117). Sum of RGB (Red+Green+Blue) = 135+34+117=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #872275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872275 is #78DD8A. Grayscale: #494949. Windows color (decimal): -7921035 or 7676551. OLE color: 7676551.

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

Color convert

RGB 135 34 117 -
CMYK 0 0.75 0.13 0.47
HSL 310.69º 0.6% 0.33% -
HSV(B) 310.69º 0.75% 0.53% -
XYZ 13.77 7.58 17.57 -
YUV 73.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 135 34 117 0 0.75 0.13 0.47 310.69 0.6 0.33
Hex 87 22 75 0 4B D 2F 137 3C 21
Octal 207 42 165 0 113 15 57 467 74 41
Binary 10000111 100010 1110101 0 1001011 1101 101111 100110111 111100 100001

Color Harmonies of #872275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872275

Black with #872275

Text Example


Text Example

White with #872275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872275; }

 p { color: rgb(135,34,117); }

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

background-color css

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

 a { background-color: rgb(135,34,117); }

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

border-color css

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

 span { border-color: rgb(135,34,117); }

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