Html Css Color HEX #860376 Purple

📋 copy color: '#860376'

red 134 ◦ green 3 ◦ blue 118

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

Shades of Purple #860376

Tints of Purple #860376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 52.55%
G = 1.18%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#860376 (or 0x860376) is known color: Purple. HEX triplet: 86, 03 and 76. RGB value is (134,3,118). Sum of RGB (Red+Green+Blue) = 134+3+118=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860376 is #79FC89. Grayscale: #363636. Windows color (decimal): -7994506 or 7734150. OLE color: 7734150.

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

Color convert

RGB 134 3 118 -
CMYK 0 0.98 0.12 0.47
HSL 307.33º 0.96% 0.27% -
HSV(B) 307.33º 0.98% 0.53% -
XYZ 13.13 6.44 17.69 -
YUV 55.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 134 3 118 0 0.98 0.12 0.47 307.33 0.96 0.27
Hex 86 3 76 0 62 C 2F 133 60 1B
Octal 206 3 166 0 142 14 57 463 140 33
Binary 10000110 11 1110110 0 1100010 1100 101111 100110011 1100000 11011

Color Harmonies of #860376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860376

Black with #860376

Text Example


Text Example

White with #860376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860376; }

 p { color: rgb(134,3,118); }

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

background-color css

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

 a { background-color: rgb(134,3,118); }

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

border-color css

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

 span { border-color: rgb(134,3,118); }

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