Html Css Color HEX #861D7C Dark Purple

📋 copy color: '#861D7C'

red 134 ◦ green 29 ◦ blue 124

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

Shades of Dark Purple #861D7C

Tints of Dark Purple #861D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 46.69%
G = 10.1%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#861D7C (or 0x861D7C) is known color: Dark Purple. HEX triplet: 86, 1D and 7C. RGB value is (134,29,124). Sum of RGB (Red+Green+Blue) = 134+29+124=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #861D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D7C is #79E283. Grayscale: #464646. Windows color (decimal): -7987844 or 8134022. OLE color: 8134022.

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

Color convert

RGB 134 29 124 -
CMYK 0 0.78 0.07 0.47
HSL 305.71º 0.64% 0.32% -
HSV(B) 305.71º 0.78% 0.53% -
XYZ 13.91 7.4 19.76 -
YUV 71.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 134 29 124 0 0.78 0.07 0.47 305.71 0.64 0.32
Hex 86 1D 7C 0 4E 7 2F 132 40 20
Octal 206 35 174 0 116 7 57 462 100 40
Binary 10000110 11101 1111100 0 1001110 111 101111 100110010 1000000 100000

Color Harmonies of #861D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D7C

Black with #861D7C

Text Example


Text Example

White with #861D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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