Html Css Color HEX #862477 Dark Purple

📋 copy color: '#862477'

red 134 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #862477

Tints of Dark Purple #862477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 46.37%
G = 12.46%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#862477 (or 0x862477) is known color: Dark Purple. HEX triplet: 86, 24 and 77. RGB value is (134,36,119). Sum of RGB (Red+Green+Blue) = 134+36+119=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #862477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862477 is #79DB88. Grayscale: #4A4A4A. Windows color (decimal): -7986057 or 7808134. OLE color: 7808134.

HSL color Cylindrical-coordinate representation of color #862477: hue angle of 309.18º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862477 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 119 -
CMYK 0 0.73 0.11 0.47
HSL 309.18º 0.58% 0.33% -
HSV(B) 309.18º 0.73% 0.53% -
XYZ 13.79 7.66 18.2 -
YUV 74.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 134 36 119 0 0.73 0.11 0.47 309.18 0.58 0.33
Hex 86 24 77 0 49 B 2F 135 3A 21
Octal 206 44 167 0 111 13 57 465 72 41
Binary 10000110 100100 1110111 0 1001001 1011 101111 100110101 111010 100001

Color Harmonies of #862477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862477

Black with #862477

Text Example


Text Example

White with #862477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862477; }

 p { color: rgb(134,36,119); }

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

background-color css

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

 a { background-color: rgb(134,36,119); }

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

border-color css

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

 span { border-color: rgb(134,36,119); }

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