Html Css Color HEX #861A7B Dark Purple

📋 copy color: '#861A7B'

red 134 ◦ green 26 ◦ blue 123

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

Shades of Dark Purple #861A7B

Tints of Dark Purple #861A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 47.35%
G = 9.19%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#861A7B (or 0x861A7B) is known color: Dark Purple. HEX triplet: 86, 1A and 7B. RGB value is (134,26,123). Sum of RGB (Red+Green+Blue) = 134+26+123=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #861A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A7B is #79E584. Grayscale: #454545. Windows color (decimal): -7988613 or 8067718. OLE color: 8067718.

HSL color Cylindrical-coordinate representation of color #861A7B: hue angle of 306.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A7B is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 26 123 -
CMYK 0 0.81 0.08 0.47
HSL 306.11º 0.68% 0.31% -
HSV(B) 306.11º 0.81% 0.53% -
XYZ 13.78 7.24 19.41 -
YUV 69.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 134 26 123 0 0.81 0.08 0.47 306.11 0.68 0.31
Hex 86 1A 7B 0 51 8 2F 132 44 1F
Octal 206 32 173 0 121 10 57 462 104 37
Binary 10000110 11010 1111011 0 1010001 1000 101111 100110010 1000100 11111

Color Harmonies of #861A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A7B

Black with #861A7B

Text Example


Text Example

White with #861A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,26,123); }

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

background-color css

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

 a { background-color: rgb(134,26,123); }

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

border-color css

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

 span { border-color: rgb(134,26,123); }

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