Html Css Color HEX #862972 Dark Purple

📋 copy color: '#862972'

red 134 ◦ green 41 ◦ blue 114

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

Shades of Dark Purple #862972

Tints of Dark Purple #862972

RGB

 RED value IS 134 (52.73% from 255) = 46.37%

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 46.37%
G = 14.19%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#862972 (or 0x862972) is known color: Dark Purple. HEX triplet: 86, 29 and 72. RGB value is (134,41,114). Sum of RGB (Red+Green+Blue) = 134+41+114=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #862972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862972 is #79D68D. Grayscale: #4C4C4C. Windows color (decimal): -7984782 or 7481734. OLE color: 7481734.

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

Color convert

RGB 134 41 114 -
CMYK 0 0.69 0.15 0.47
HSL 312.9º 0.53% 0.34% -
HSV(B) 312.9º 0.69% 0.53% -
XYZ 13.66 7.87 16.72 -
YUV 77.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 134 41 114 0 0.69 0.15 0.47 312.9 0.53 0.34
Hex 86 29 72 0 45 F 2F 139 35 22
Octal 206 51 162 0 105 17 57 471 65 42
Binary 10000110 101001 1110010 0 1000101 1111 101111 100111001 110101 100010

Color Harmonies of #862972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862972

Black with #862972

Text Example


Text Example

White with #862972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862972; }

 p { color: rgb(134,41,114); }

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

background-color css

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

 a { background-color: rgb(134,41,114); }

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

border-color css

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

 span { border-color: rgb(134,41,114); }

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