Html Css Color HEX #862270 Dark Purple

📋 copy color: '#862270'

red 134 ◦ green 34 ◦ blue 112

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

Shades of Dark Purple #862270

Tints of Dark Purple #862270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 47.86%
G = 12.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#862270 (or 0x862270) is known color: Dark Purple. HEX triplet: 86, 22 and 70. RGB value is (134,34,112). Sum of RGB (Red+Green+Blue) = 134+34+112=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #862270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862270 is #79DD8F. Grayscale: #484848. Windows color (decimal): -7986576 or 7348870. OLE color: 7348870.

HSL color Cylindrical-coordinate representation of color #862270: hue angle of 313.2º 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 #862270 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 112 -
CMYK 0 0.75 0.16 0.47
HSL 313.2º 0.6% 0.33% -
HSV(B) 313.2º 0.75% 0.53% -
XYZ 13.33 7.38 16.05 -
YUV 72.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 134 34 112 0 0.75 0.16 0.47 313.2 0.6 0.33
Hex 86 22 70 0 4B 10 2F 139 3C 21
Octal 206 42 160 0 113 20 57 471 74 41
Binary 10000110 100010 1110000 0 1001011 10000 101111 100111001 111100 100001

Color Harmonies of #862270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862270

Black with #862270

Text Example


Text Example

White with #862270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862270; }

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

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

background-color css

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

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

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

border-color css

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

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

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