Html Css Color HEX #860175 Purple

📋 copy color: '#860175'

red 134 ◦ green 1 ◦ blue 117

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

Shades of Purple #860175

Tints of Purple #860175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 53.17%
G = 0.4%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#860175 (or 0x860175) is known color: Purple. HEX triplet: 86, 01 and 75. RGB value is (134,1,117). Sum of RGB (Red+Green+Blue) = 134+1+117=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #860175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860175 is #79FE8A. Grayscale: #353535. Windows color (decimal): -7995019 or 7668102. OLE color: 7668102.

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

Color convert

RGB 134 1 117 -
CMYK 0 0.99 0.13 0.47
HSL 307.67º 0.99% 0.26% -
HSV(B) 307.67º 0.99% 0.53% -
XYZ 13.05 6.37 17.37 -
YUV 53.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 134 1 117 0 0.99 0.13 0.47 307.67 0.99 0.26
Hex 86 1 75 0 63 D 2F 134 63 1A
Octal 206 1 165 0 143 15 57 464 143 32
Binary 10000110 1 1110101 0 1100011 1101 101111 100110100 1100011 11010

Color Harmonies of #860175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860175

Black with #860175

Text Example


Text Example

White with #860175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860175; }

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

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

background-color css

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

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

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

border-color css

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

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

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