Html Css Color HEX #862B77 Dark Purple

📋 copy color: '#862B77'

red 134 ◦ green 43 ◦ blue 119

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

Shades of Dark Purple #862B77

Tints of Dark Purple #862B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

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

R = 45.27%
G = 14.53%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#862B77 (or 0x862B77) is known color: Dark Purple. HEX triplet: 86, 2B and 77. RGB value is (134,43,119). Sum of RGB (Red+Green+Blue) = 134+43+119=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #862B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B77 is #79D488. Grayscale: #4E4E4E. Windows color (decimal): -7984265 or 7809926. OLE color: 7809926.

HSL color Cylindrical-coordinate representation of color #862B77: hue angle of 309.89º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B77 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 43 119 -
CMYK 0 0.68 0.11 0.47
HSL 309.89º 0.51% 0.35% -
HSV(B) 309.89º 0.68% 0.53% -
XYZ 14.03 8.13 18.28 -
YUV 78.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 134 43 119 0 0.68 0.11 0.47 309.89 0.51 0.35
Hex 86 2B 77 0 44 B 2F 136 33 23
Octal 206 53 167 0 104 13 57 466 63 43
Binary 10000110 101011 1110111 0 1000100 1011 101111 100110110 110011 100011

Color Harmonies of #862B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B77

Black with #862B77

Text Example


Text Example

White with #862B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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