Html Css Color HEX #861F68 Dark Purple

📋 copy color: '#861F68'

red 134 ◦ green 31 ◦ blue 104

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

Shades of Dark Purple #861F68

Tints of Dark Purple #861F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 49.81%
G = 11.52%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#861F68 (or 0x861F68) is known color: Dark Purple. HEX triplet: 86, 1F and 68. RGB value is (134,31,104). Sum of RGB (Red+Green+Blue) = 134+31+104=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #861F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F68 is #79E097. Grayscale: #454545. Windows color (decimal): -7987352 or 6823814. OLE color: 6823814.

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

Color convert

RGB 134 31 104 -
CMYK 0 0.77 0.22 0.47
HSL 317.48º 0.62% 0.32% -
HSV(B) 317.48º 0.77% 0.53% -
XYZ 12.82 7.05 13.78 -
YUV 70.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 134 31 104 0 0.77 0.22 0.47 317.48 0.62 0.32
Hex 86 1F 68 0 4D 16 2F 13D 3E 20
Octal 206 37 150 0 115 26 57 475 76 40
Binary 10000110 11111 1101000 0 1001101 10110 101111 100111101 111110 100000

Color Harmonies of #861F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F68

Black with #861F68

Text Example


Text Example

White with #861F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,31,104); }

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

background-color css

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

 a { background-color: rgb(134,31,104); }

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

border-color css

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

 span { border-color: rgb(134,31,104); }

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