Html Css Color HEX #860074 Purple

📋 copy color: '#860074'

red 134 ◦ green 0 ◦ blue 116

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

Shades of Purple #860074

Tints of Purple #860074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.6%
G = 0%
B = 46.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#860074 (or 0x860074) is known color: Purple. HEX triplet: 86, 00 and 74. RGB value is (134,0,116). Sum of RGB (Red+Green+Blue) = 134+0+116=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860074 is #79FF8B. Grayscale: #343434. Windows color (decimal): -7995276 or 7602310. OLE color: 7602310.

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

Color convert

RGB 134 0 116 -
CMYK 0 1 0.13 0.47
HSL 308.06º 1% 0.26% -
HSV(B) 308.06º 1% 0.53% -
XYZ 12.98 6.33 17.06 -
YUV 53.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 134 0 116 0 1 0.13 0.47 308.06 1 0.26
Hex 86 0 74 0 64 D 2F 134 64 1A
Octal 206 0 164 0 144 15 57 464 144 32
Binary 10000110 0 1110100 0 1100100 1101 101111 100110100 1100100 11010

Color Harmonies of #860074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860074

Black with #860074

Text Example


Text Example

White with #860074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860074; }

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

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

background-color css

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

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

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

border-color css

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

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

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