Html Css Color HEX #862380 Dark Purple

📋 copy color: '#862380'

red 134 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #862380

Tints of Dark Purple #862380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 45.12%
G = 11.78%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#862380 (or 0x862380) is known color: Dark Purple. HEX triplet: 86, 23 and 80. RGB value is (134,35,128). Sum of RGB (Red+Green+Blue) = 134+35+128=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #862380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862380 is #79DC7F. Grayscale: #4A4A4A. Windows color (decimal): -7986304 or 8397702. OLE color: 8397702.

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

Color convert

RGB 134 35 128 -
CMYK 0 0.74 0.04 0.47
HSL 303.64º 0.59% 0.33% -
HSV(B) 303.64º 0.74% 0.53% -
XYZ 14.33 7.83 21.18 -
YUV 75.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 134 35 128 0 0.74 0.04 0.47 303.64 0.59 0.33
Hex 86 23 80 0 4A 4 2F 130 3B 21
Octal 206 43 200 0 112 4 57 460 73 41
Binary 10000110 100011 10000000 0 1001010 100 101111 100110000 111011 100001

Color Harmonies of #862380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862380

Black with #862380

Text Example


Text Example

White with #862380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862380; }

 p { color: rgb(134,35,128); }

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

background-color css

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

 a { background-color: rgb(134,35,128); }

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

border-color css

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

 span { border-color: rgb(134,35,128); }

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