Html Css Color HEX #860F7B Dark Purple

📋 copy color: '#860F7B'

red 134 ◦ green 15 ◦ blue 123

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

Shades of Dark Purple #860F7B

Tints of Dark Purple #860F7B

RGB

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

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

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

R = 49.26%
G = 5.51%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#860F7B (or 0x860F7B) is known color: Dark Purple. HEX triplet: 86, 0F and 7B. RGB value is (134,15,123). Sum of RGB (Red+Green+Blue) = 134+15+123=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7B is #79F084. Grayscale: #3E3E3E. Windows color (decimal): -7991429 or 8064902. OLE color: 8064902.

HSL color Cylindrical-coordinate representation of color #860F7B: hue angle of 305.55º 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 #860F7B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 15 123 -
CMYK 0 0.89 0.08 0.47
HSL 305.55º 0.8% 0.29% -
HSV(B) 305.55º 0.89% 0.53% -
XYZ 13.58 6.84 19.34 -
YUV 62.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 134 15 123 0 0.89 0.08 0.47 305.55 0.8 0.29
Hex 86 F 7B 0 59 8 2F 132 50 1D
Octal 206 17 173 0 131 10 57 462 120 35
Binary 10000110 1111 1111011 0 1011001 1000 101111 100110010 1010000 11101

Color Harmonies of #860F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F7B

Black with #860F7B

Text Example


Text Example

White with #860F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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