Html Css Color HEX #860378 Purple

📋 copy color: '#860378'

red 134 ◦ green 3 ◦ blue 120

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

Shades of Purple #860378

Tints of Purple #860378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 52.14%
G = 1.17%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860378 (or 0x860378) is known color: Purple. HEX triplet: 86, 03 and 78. RGB value is (134,3,120). Sum of RGB (Red+Green+Blue) = 134+3+120=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860378 is #79FC87. Grayscale: #373737. Windows color (decimal): -7994504 or 7865222. OLE color: 7865222.

HSL color Cylindrical-coordinate representation of color #860378: hue angle of 306.41º 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 #860378 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 3 120 -
CMYK 0 0.98 0.10 0.47
HSL 306.41º 0.96% 0.27% -
HSV(B) 306.41º 0.98% 0.53% -
XYZ 13.25 6.49 18.32 -
YUV 55.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 134 3 120 0 0.98 0.10 0.47 306.41 0.96 0.27
Hex 86 3 78 0 62 A 2F 132 60 1B
Octal 206 3 170 0 142 12 57 462 140 33
Binary 10000110 11 1111000 0 1100010 1010 101111 100110010 1100000 11011

Color Harmonies of #860378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860378

Black with #860378

Text Example


Text Example

White with #860378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860378; }

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

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

background-color css

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

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

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

border-color css

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

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

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