Html Css Color HEX #862073 Dark Purple

📋 copy color: '#862073'

red 134 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #862073

Tints of Dark Purple #862073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 47.69%
G = 11.39%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#862073 (or 0x862073) is known color: Dark Purple. HEX triplet: 86, 20 and 73. RGB value is (134,32,115). Sum of RGB (Red+Green+Blue) = 134+32+115=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862073 is #79DF8C. Grayscale: #474747. Windows color (decimal): -7987085 or 7544966. OLE color: 7544966.

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

Color convert

RGB 134 32 115 -
CMYK 0 0.76 0.14 0.47
HSL 311.18º 0.61% 0.33% -
HSV(B) 311.18º 0.76% 0.53% -
XYZ 13.44 7.34 16.93 -
YUV 71.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 134 32 115 0 0.76 0.14 0.47 311.18 0.61 0.33
Hex 86 20 73 0 4C E 2F 137 3D 21
Octal 206 40 163 0 114 16 57 467 75 41
Binary 10000110 100000 1110011 0 1001100 1110 101111 100110111 111101 100001

Color Harmonies of #862073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862073

Black with #862073

Text Example


Text Example

White with #862073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862073; }

 p { color: rgb(134,32,115); }

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

background-color css

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

 a { background-color: rgb(134,32,115); }

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

border-color css

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

 span { border-color: rgb(134,32,115); }

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