#862274

Color #862274 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #862274

Tints of Dark Purple #862274

Color information

#862274 (or 0x862274) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 74. RGB value is (134,34,116). Sum of RGB (Red+Green+Blue) = 134+34+116=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862274 is #79DD8B. Grayscale: #494949. Windows color (decimal): -7986572 or 7611014. OLE color: 7611014.

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

Color convert

RGB13434116-
CMYK00.750.130.47
HSL310.8º59.52%32.94%-
HSV(B)310.8º74.63%52.55%-
XYZ13.567.4717.25-
YUV73.25152.13171.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=47.18%
G=11.97%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343411600.750.130.47310.859.5232.94
Hex86227404BD2F1373c21
Octal20642164011315574677441
Binary100001101000101110100010010111101101111100110111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862274; }

 p { color: rgb(134,34,116); }

 H1.HeaderClassName
 {
   color: #862274;
 }
 .AnyTagClassName
 {
   color: #862274;
 }
</style>
background-color css

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

 a { background-color: rgb(134,34,116); }

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

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

 span { border-color: rgb(134,34,116); }

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