Html Css Color HEX #860674 Purple

📋 copy color: '#860674'

red 134 ◦ green 6 ◦ blue 116

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

Shades of Purple #860674

Tints of Purple #860674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 52.34%
G = 2.34%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#860674 (or 0x860674) is known color: Purple. HEX triplet: 86, 06 and 74. RGB value is (134,6,116). Sum of RGB (Red+Green+Blue) = 134+6+116=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860674 is #79F98B. Grayscale: #383838. Windows color (decimal): -7993740 or 7603846. OLE color: 7603846.

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

Color convert

RGB 134 6 116 -
CMYK 0 0.96 0.13 0.47
HSL 308.44º 0.91% 0.27% -
HSV(B) 308.44º 0.96% 0.53% -
XYZ 13.05 6.46 17.08 -
YUV 56.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 134 6 116 0 0.96 0.13 0.47 308.44 0.91 0.27
Hex 86 6 74 0 60 D 2F 134 5B 1B
Octal 206 6 164 0 140 15 57 464 133 33
Binary 10000110 110 1110100 0 1100000 1101 101111 100110100 1011011 11011

Color Harmonies of #860674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860674

Black with #860674

Text Example


Text Example

White with #860674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860674; }

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

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

background-color css

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

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

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

border-color css

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

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

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