Html Css Color HEX #872278 Dark Purple

📋 copy color: '#872278'

red 135 ◦ green 34 ◦ blue 120

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

Shades of Dark Purple #872278

Tints of Dark Purple #872278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 46.71%
G = 11.76%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#872278 (or 0x872278) is known color: Dark Purple. HEX triplet: 87, 22 and 78. RGB value is (135,34,120). Sum of RGB (Red+Green+Blue) = 135+34+120=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #872278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872278 is #78DD87. Grayscale: #494949. Windows color (decimal): -7921032 or 7873159. OLE color: 7873159.

HSL color Cylindrical-coordinate representation of color #872278: hue angle of 308.91º 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 #872278 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 120 -
CMYK 0 0.75 0.11 0.47
HSL 308.91º 0.6% 0.33% -
HSV(B) 308.91º 0.75% 0.53% -
XYZ 13.95 7.65 18.51 -
YUV 74 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 135 34 120 0 0.75 0.11 0.47 308.91 0.6 0.33
Hex 87 22 78 0 4B B 2F 135 3C 21
Octal 207 42 170 0 113 13 57 465 74 41
Binary 10000111 100010 1111000 0 1001011 1011 101111 100110101 111100 100001

Color Harmonies of #872278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872278

Black with #872278

Text Example


Text Example

White with #872278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872278; }

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

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

background-color css

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

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

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

border-color css

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

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

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