Html Css Color HEX #862767 Dark Purple

📋 copy color: '#862767'

red 134 ◦ green 39 ◦ blue 103

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

Shades of Dark Purple #862767

Tints of Dark Purple #862767

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 48.55%
G = 14.13%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862767 (or 0x862767) is known color: Dark Purple. HEX triplet: 86, 27 and 67. RGB value is (134,39,103). Sum of RGB (Red+Green+Blue) = 134+39+103=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #862767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862767 is #79D898. Grayscale: #4A4A4A. Windows color (decimal): -7985305 or 6760326. OLE color: 6760326.

HSL color Cylindrical-coordinate representation of color #862767: hue angle of 319.58º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862767 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 39 103 -
CMYK 0 0.71 0.23 0.47
HSL 319.58º 0.55% 0.34% -
HSV(B) 319.58º 0.71% 0.53% -
XYZ 13.01 7.5 13.59 -
YUV 74.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 134 39 103 0 0.71 0.23 0.47 319.58 0.55 0.34
Hex 86 27 67 0 47 17 2F 140 37 22
Octal 206 47 147 0 107 27 57 500 67 42
Binary 10000110 100111 1100111 0 1000111 10111 101111 101000000 110111 100010

Color Harmonies of #862767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862767

Black with #862767

Text Example


Text Example

White with #862767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862767; }

 p { color: rgb(134,39,103); }

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

background-color css

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

 a { background-color: rgb(134,39,103); }

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

border-color css

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

 span { border-color: rgb(134,39,103); }

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