Html Css Color HEX #862978 Dark Purple

📋 copy color: '#862978'

red 134 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #862978

Tints of Dark Purple #862978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 45.42%
G = 13.9%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862978 (or 0x862978) is known color: Dark Purple. HEX triplet: 86, 29 and 78. RGB value is (134,41,120). Sum of RGB (Red+Green+Blue) = 134+41+120=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #862978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862978 is #79D687. Grayscale: #4D4D4D. Windows color (decimal): -7984776 or 7874950. OLE color: 7874950.

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

Color convert

RGB 134 41 120 -
CMYK 0 0.69 0.10 0.47
HSL 309.03º 0.53% 0.34% -
HSV(B) 309.03º 0.69% 0.53% -
XYZ 14.01 8.01 18.58 -
YUV 77.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 134 41 120 0 0.69 0.10 0.47 309.03 0.53 0.34
Hex 86 29 78 0 45 A 2F 135 35 22
Octal 206 51 170 0 105 12 57 465 65 42
Binary 10000110 101001 1111000 0 1000101 1010 101111 100110101 110101 100010

Color Harmonies of #862978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862978

Black with #862978

Text Example


Text Example

White with #862978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862978; }

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

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

background-color css

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

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

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

border-color css

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

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

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