Html Css Color HEX #872469 Dark Purple

📋 copy color: '#872469'

red 135 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #872469

Tints of Dark Purple #872469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 48.91%
G = 13.04%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#872469 (or 0x872469) is known color: Dark Purple. HEX triplet: 87, 24 and 69. RGB value is (135,36,105). Sum of RGB (Red+Green+Blue) = 135+36+105=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #872469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872469 is #78DB96. Grayscale: #494949. Windows color (decimal): -7920535 or 6890631. OLE color: 6890631.

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

Color convert

RGB 135 36 105 -
CMYK 0 0.73 0.22 0.47
HSL 318.18º 0.58% 0.34% -
HSV(B) 318.18º 0.73% 0.53% -
XYZ 13.17 7.43 14.1 -
YUV 73.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 135 36 105 0 0.73 0.22 0.47 318.18 0.58 0.34
Hex 87 24 69 0 49 16 2F 13E 3A 22
Octal 207 44 151 0 111 26 57 476 72 42
Binary 10000111 100100 1101001 0 1001001 10110 101111 100111110 111010 100010

Color Harmonies of #872469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872469

Black with #872469

Text Example


Text Example

White with #872469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872469; }

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

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

background-color css

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

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

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

border-color css

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

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

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