Html Css Color HEX #874178 Dark Purple

📋 copy color: '#874178'

red 135 ◦ green 65 ◦ blue 120

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

Shades of Dark Purple #874178

Tints of Dark Purple #874178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

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

R = 42.19%
G = 20.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#874178 (or 0x874178) is known color: Dark Purple. HEX triplet: 87, 41 and 78. RGB value is (135,65,120). Sum of RGB (Red+Green+Blue) = 135+65+120=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874178 is #78BE87. Grayscale: #5C5C5C. Windows color (decimal): -7913096 or 7881095. OLE color: 7881095.

HSL color Cylindrical-coordinate representation of color #874178: hue angle of 312.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874178 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 120 -
CMYK 0 0.52 0.11 0.47
HSL 312.86º 0.35% 0.39% -
HSV(B) 312.86º 0.52% 0.53% -
XYZ 15.27 10.29 18.95 -
YUV 92.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 135 65 120 0 0.52 0.11 0.47 312.86 0.35 0.39
Hex 87 41 78 0 34 B 2F 139 23 27
Octal 207 101 170 0 64 13 57 471 43 47
Binary 10000111 1000001 1111000 0 110100 1011 101111 100111001 100011 100111

Color Harmonies of #874178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874178

Black with #874178

Text Example


Text Example

White with #874178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874178; }

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

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

background-color css

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

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

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

border-color css

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

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

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