Html Css Color HEX #862781 Dark Purple

📋 copy color: '#862781'

red 134 ◦ green 39 ◦ blue 129

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

Shades of Dark Purple #862781

Tints of Dark Purple #862781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 44.37%
G = 12.91%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#862781 (or 0x862781) is known color: Dark Purple. HEX triplet: 86, 27 and 81. RGB value is (134,39,129). Sum of RGB (Red+Green+Blue) = 134+39+129=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #862781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862781 is #79D87E. Grayscale: #4D4D4D. Windows color (decimal): -7985279 or 8464262. OLE color: 8464262.

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

Color convert

RGB 134 39 129 -
CMYK 0 0.71 0.04 0.47
HSL 303.16º 0.55% 0.34% -
HSV(B) 303.16º 0.71% 0.53% -
XYZ 14.52 8.1 21.57 -
YUV 77.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 134 39 129 0 0.71 0.04 0.47 303.16 0.55 0.34
Hex 86 27 81 0 47 4 2F 12F 37 22
Octal 206 47 201 0 107 4 57 457 67 42
Binary 10000110 100111 10000001 0 1000111 100 101111 100101111 110111 100010

Color Harmonies of #862781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862781

Black with #862781

Text Example


Text Example

White with #862781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862781; }

 p { color: rgb(134,39,129); }

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

background-color css

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

 a { background-color: rgb(134,39,129); }

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

border-color css

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

 span { border-color: rgb(134,39,129); }

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