Html Css Color HEX #860F7C Dark Purple

📋 copy color: '#860F7C'

red 134 ◦ green 15 ◦ blue 124

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

Shades of Dark Purple #860F7C

Tints of Dark Purple #860F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

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

R = 49.08%
G = 5.49%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#860F7C (or 0x860F7C) is known color: Dark Purple. HEX triplet: 86, 0F and 7C. RGB value is (134,15,124). Sum of RGB (Red+Green+Blue) = 134+15+124=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7C is #79F083. Grayscale: #3E3E3E. Windows color (decimal): -7991428 or 8130438. OLE color: 8130438.

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

Color convert

RGB 134 15 124 -
CMYK 0 0.89 0.07 0.47
HSL 305.04º 0.8% 0.29% -
HSV(B) 305.04º 0.89% 0.53% -
XYZ 13.64 6.87 19.67 -
YUV 63.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 134 15 124 0 0.89 0.07 0.47 305.04 0.8 0.29
Hex 86 F 7C 0 59 7 2F 131 50 1D
Octal 206 17 174 0 131 7 57 461 120 35
Binary 10000110 1111 1111100 0 1011001 111 101111 100110001 1010000 11101

Color Harmonies of #860F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F7C

Black with #860F7C

Text Example


Text Example

White with #860F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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