Html Css Color HEX #860E7D Purple

📋 copy color: '#860E7D'

red 134 ◦ green 14 ◦ blue 125

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

Shades of Purple #860E7D

Tints of Purple #860E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 49.08%
G = 5.13%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#860E7D (or 0x860E7D) is known color: Purple. HEX triplet: 86, 0E and 7D. RGB value is (134,14,125). Sum of RGB (Red+Green+Blue) = 134+14+125=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E7D is #79F182. Grayscale: #3E3E3E. Windows color (decimal): -7991683 or 8195718. OLE color: 8195718.

HSL color Cylindrical-coordinate representation of color #860E7D: hue angle of 304.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E7D is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 125 -
CMYK 0 0.90 0.07 0.47
HSL 304.5º 0.81% 0.29% -
HSV(B) 304.5º 0.9% 0.53% -
XYZ 13.69 6.86 20.01 -
YUV 62.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 134 14 125 0 0.90 0.07 0.47 304.5 0.81 0.29
Hex 86 E 7D 0 5A 7 2F 130 51 1D
Octal 206 16 175 0 132 7 57 460 121 35
Binary 10000110 1110 1111101 0 1011010 111 101111 100110000 1010001 11101

Color Harmonies of #860E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E7D

Black with #860E7D

Text Example


Text Example

White with #860E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860E7D; }

 p { color: rgb(134,14,125); }

 H1.HeaderClassName
 {
   color: #860E7D;
 }
 .AnyTagClassName
 {
   color: #860E7D;
 }
</style>

background-color css

<style>
 a { background-color: #860E7D; }

 a { background-color: rgb(134,14,125); }

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

border-color css

<style>
 span { border-color: #860E7D; }

 span { border-color: rgb(134,14,125); }

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