Html Css Color HEX #861F7A Dark Purple

📋 copy color: '#861F7A'

red 134 ◦ green 31 ◦ blue 122

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

Shades of Dark Purple #861F7A

Tints of Dark Purple #861F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 46.69%
G = 10.8%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#861F7A (or 0x861F7A) is known color: Dark Purple. HEX triplet: 86, 1F and 7A. RGB value is (134,31,122). Sum of RGB (Red+Green+Blue) = 134+31+122=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #861F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F7A is #79E085. Grayscale: #474747. Windows color (decimal): -7987334 or 8003462. OLE color: 8003462.

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

Color convert

RGB 134 31 122 -
CMYK 0 0.77 0.09 0.47
HSL 306.99º 0.62% 0.32% -
HSV(B) 306.99º 0.77% 0.53% -
XYZ 13.83 7.45 19.12 -
YUV 72.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 134 31 122 0 0.77 0.09 0.47 306.99 0.62 0.32
Hex 86 1F 7A 0 4D 9 2F 133 3E 20
Octal 206 37 172 0 115 11 57 463 76 40
Binary 10000110 11111 1111010 0 1001101 1001 101111 100110011 111110 100000

Color Harmonies of #861F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F7A

Black with #861F7A

Text Example


Text Example

White with #861F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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