Html Css Color HEX #860A74 Purple

📋 copy color: '#860A74'

red 134 ◦ green 10 ◦ blue 116

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

Shades of Purple #860A74

Tints of Purple #860A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 51.54%
G = 3.85%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#860A74 (or 0x860A74) is known color: Purple. HEX triplet: 86, 0A and 74. RGB value is (134,10,116). Sum of RGB (Red+Green+Blue) = 134+10+116=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A74 is #79F58B. Grayscale: #3A3A3A. Windows color (decimal): -7992716 or 7604870. OLE color: 7604870.

HSL color Cylindrical-coordinate representation of color #860A74: hue angle of 308.71º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A74 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 116 -
CMYK 0 0.93 0.13 0.47
HSL 308.71º 0.86% 0.28% -
HSV(B) 308.71º 0.93% 0.53% -
XYZ 13.09 6.55 17.1 -
YUV 59.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 134 10 116 0 0.93 0.13 0.47 308.71 0.86 0.28
Hex 86 A 74 0 5D D 2F 135 56 1C
Octal 206 12 164 0 135 15 57 465 126 34
Binary 10000110 1010 1110100 0 1011101 1101 101111 100110101 1010110 11100

Color Harmonies of #860A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A74

Black with #860A74

Text Example


Text Example

White with #860A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,10,116); }

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

background-color css

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

 a { background-color: rgb(134,10,116); }

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

border-color css

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

 span { border-color: rgb(134,10,116); }

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