Html Css Color HEX #861D66 Dark Purple

📋 copy color: '#861D66'

red 134 ◦ green 29 ◦ blue 102

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

Shades of Dark Purple #861D66

Tints of Dark Purple #861D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 50.57%
G = 10.94%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#861D66 (or 0x861D66) is known color: Dark Purple. HEX triplet: 86, 1D and 66. RGB value is (134,29,102). Sum of RGB (Red+Green+Blue) = 134+29+102=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D66 is #79E299. Grayscale: #444444. Windows color (decimal): -7987866 or 6692230. OLE color: 6692230.

HSL color Cylindrical-coordinate representation of color #861D66: hue angle of 318.29º degrees, saturation: 0.64, 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 #861D66 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 102 -
CMYK 0 0.78 0.24 0.47
HSL 318.29º 0.64% 0.32% -
HSV(B) 318.29º 0.78% 0.53% -
XYZ 12.67 6.91 13.24 -
YUV 68.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 134 29 102 0 0.78 0.24 0.47 318.29 0.64 0.32
Hex 86 1D 66 0 4E 18 2F 13E 40 20
Octal 206 35 146 0 116 30 57 476 100 40
Binary 10000110 11101 1100110 0 1001110 11000 101111 100111110 1000000 100000

Color Harmonies of #861D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D66

Black with #861D66

Text Example


Text Example

White with #861D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,102); }

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

background-color css

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

 a { background-color: rgb(134,29,102); }

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

border-color css

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

 span { border-color: rgb(134,29,102); }

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