Html Css Color HEX #862973 Dark Purple

📋 copy color: '#862973'

red 134 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #862973

Tints of Dark Purple #862973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 46.21%
G = 14.14%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#862973 (or 0x862973) is known color: Dark Purple. HEX triplet: 86, 29 and 73. RGB value is (134,41,115). Sum of RGB (Red+Green+Blue) = 134+41+115=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #862973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862973 is #79D68C. Grayscale: #4D4D4D. Windows color (decimal): -7984781 or 7547270. OLE color: 7547270.

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

Color convert

RGB 134 41 115 -
CMYK 0 0.69 0.14 0.47
HSL 312.26º 0.53% 0.34% -
HSV(B) 312.26º 0.69% 0.53% -
XYZ 13.72 7.89 17.02 -
YUV 77.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 134 41 115 0 0.69 0.14 0.47 312.26 0.53 0.34
Hex 86 29 73 0 45 E 2F 138 35 22
Octal 206 51 163 0 105 16 57 470 65 42
Binary 10000110 101001 1110011 0 1000101 1110 101111 100111000 110101 100010

Color Harmonies of #862973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862973

Black with #862973

Text Example


Text Example

White with #862973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862973; }

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

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

background-color css

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

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

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

border-color css

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

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

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