Html Css Color HEX #872468 Dark Purple

📋 copy color: '#872468'

red 135 ◦ green 36 ◦ blue 104

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

Shades of Dark Purple #872468

Tints of Dark Purple #872468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 49.09%
G = 13.09%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#872468 (or 0x872468) is known color: Dark Purple. HEX triplet: 87, 24 and 68. RGB value is (135,36,104). Sum of RGB (Red+Green+Blue) = 135+36+104=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872468 is #78DB97. Grayscale: #494949. Windows color (decimal): -7920536 or 6825095. OLE color: 6825095.

HSL color Cylindrical-coordinate representation of color #872468: hue angle of 318.79º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872468 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 104 -
CMYK 0 0.73 0.23 0.47
HSL 318.79º 0.58% 0.34% -
HSV(B) 318.79º 0.73% 0.53% -
XYZ 13.12 7.41 13.84 -
YUV 73.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 135 36 104 0 0.73 0.23 0.47 318.79 0.58 0.34
Hex 87 24 68 0 49 17 2F 13F 3A 22
Octal 207 44 150 0 111 27 57 477 72 42
Binary 10000111 100100 1101000 0 1001001 10111 101111 100111111 111010 100010

Color Harmonies of #872468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872468

Black with #872468

Text Example


Text Example

White with #872468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872468; }

 p { color: rgb(135,36,104); }

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

background-color css

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

 a { background-color: rgb(135,36,104); }

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

border-color css

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

 span { border-color: rgb(135,36,104); }

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