Html Css Color HEX #861B7C Dark Purple

📋 copy color: '#861B7C'

red 134 ◦ green 27 ◦ blue 124

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

Shades of Dark Purple #861B7C

Tints of Dark Purple #861B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 47.02%
G = 9.47%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#861B7C (or 0x861B7C) is known color: Dark Purple. HEX triplet: 86, 1B and 7C. RGB value is (134,27,124). Sum of RGB (Red+Green+Blue) = 134+27+124=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B7C is #79E483. Grayscale: #454545. Windows color (decimal): -7988356 or 8133510. OLE color: 8133510.

HSL color Cylindrical-coordinate representation of color #861B7C: hue angle of 305.61º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B7C is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 124 -
CMYK 0 0.80 0.07 0.47
HSL 305.61º 0.66% 0.32% -
HSV(B) 305.61º 0.8% 0.53% -
XYZ 13.86 7.31 19.75 -
YUV 70.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 134 27 124 0 0.80 0.07 0.47 305.61 0.66 0.32
Hex 86 1B 7C 0 50 7 2F 132 42 20
Octal 206 33 174 0 120 7 57 462 102 40
Binary 10000110 11011 1111100 0 1010000 111 101111 100110010 1000010 100000

Color Harmonies of #861B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B7C

Black with #861B7C

Text Example


Text Example

White with #861B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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