Html Css Color HEX #860775 Purple

📋 copy color: '#860775'

red 134 ◦ green 7 ◦ blue 117

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

Shades of Purple #860775

Tints of Purple #860775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 51.94%
G = 2.71%
B = 45.35%

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

#860775 (or 0x860775) is known color: Purple. HEX triplet: 86, 07 and 75. RGB value is (134,7,117). Sum of RGB (Red+Green+Blue) = 134+7+117=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #860775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860775 is #79F88A. Grayscale: #393939. Windows color (decimal): -7993483 or 7669638. OLE color: 7669638.

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

Color convert

RGB 134 7 117 -
CMYK 0 0.95 0.13 0.47
HSL 308.03º 0.9% 0.28% -
HSV(B) 308.03º 0.95% 0.53% -
XYZ 13.12 6.5 17.39 -
YUV 57.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 134 7 117 0 0.95 0.13 0.47 308.03 0.9 0.28
Hex 86 7 75 0 5F D 2F 134 5A 1C
Octal 206 7 165 0 137 15 57 464 132 34
Binary 10000110 111 1110101 0 1011111 1101 101111 100110100 1011010 11100

Color Harmonies of #860775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860775

Black with #860775

Text Example


Text Example

White with #860775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860775; }

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

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

background-color css

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

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

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

border-color css

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

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

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