Html Css Color HEX #860774 Purple

📋 copy color: '#860774'

red 134 ◦ green 7 ◦ blue 116

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

Shades of Purple #860774

Tints of Purple #860774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 52.14%
G = 2.72%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#860774 (or 0x860774) is known color: Purple. HEX triplet: 86, 07 and 74. RGB value is (134,7,116). Sum of RGB (Red+Green+Blue) = 134+7+116=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860774 is #79F88B. Grayscale: #393939. Windows color (decimal): -7993484 or 7604102. OLE color: 7604102.

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

Color convert

RGB 134 7 116 -
CMYK 0 0.95 0.13 0.47
HSL 308.5º 0.9% 0.28% -
HSV(B) 308.5º 0.95% 0.53% -
XYZ 13.06 6.48 17.09 -
YUV 57.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 134 7 116 0 0.95 0.13 0.47 308.5 0.9 0.28
Hex 86 7 74 0 5F D 2F 135 5A 1C
Octal 206 7 164 0 137 15 57 465 132 34
Binary 10000110 111 1110100 0 1011111 1101 101111 100110101 1011010 11100

Color Harmonies of #860774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860774

Black with #860774

Text Example


Text Example

White with #860774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860774; }

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

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

background-color css

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

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

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

border-color css

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

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

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