Html Css Color HEX #861E67 Dark Purple

📋 copy color: '#861E67'

red 134 ◦ green 30 ◦ blue 103

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

Shades of Dark Purple #861E67

Tints of Dark Purple #861E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

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

R = 50.19%
G = 11.24%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#861E67 (or 0x861E67) is known color: Dark Purple. HEX triplet: 86, 1E and 67. RGB value is (134,30,103). Sum of RGB (Red+Green+Blue) = 134+30+103=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E67 is #79E198. Grayscale: #454545. Windows color (decimal): -7987609 or 6758022. OLE color: 6758022.

HSL color Cylindrical-coordinate representation of color #861E67: hue angle of 317.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E67 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 30 103 -
CMYK 0 0.78 0.23 0.47
HSL 317.88º 0.63% 0.32% -
HSV(B) 317.88º 0.78% 0.53% -
XYZ 12.74 6.98 13.51 -
YUV 69.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 134 30 103 0 0.78 0.23 0.47 317.88 0.63 0.32
Hex 86 1E 67 0 4E 17 2F 13E 3F 20
Octal 206 36 147 0 116 27 57 476 77 40
Binary 10000110 11110 1100111 0 1001110 10111 101111 100111110 111111 100000

Color Harmonies of #861E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E67

Black with #861E67

Text Example


Text Example

White with #861E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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