Html Css Color HEX #860683 Purple

📋 copy color: '#860683'

red 134 ◦ green 6 ◦ blue 131

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

Shades of Purple #860683

Tints of Purple #860683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 49.45%
G = 2.21%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#860683 (or 0x860683) is known color: Purple. HEX triplet: 86, 06 and 83. RGB value is (134,6,131). Sum of RGB (Red+Green+Blue) = 134+6+131=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #860683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860683 is #79F97C. Grayscale: #3A3A3A. Windows color (decimal): -7993725 or 8586886. OLE color: 8586886.

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

Color convert

RGB 134 6 131 -
CMYK 0 0.96 0.02 0.47
HSL 301.41º 0.91% 0.27% -
HSV(B) 301.41º 0.96% 0.53% -
XYZ 13.99 6.84 22.05 -
YUV 58.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 134 6 131 0 0.96 0.02 0.47 301.41 0.91 0.27
Hex 86 6 83 0 60 2 2F 12D 5B 1B
Octal 206 6 203 0 140 2 57 455 133 33
Binary 10000110 110 10000011 0 1100000 10 101111 100101101 1011011 11011

Color Harmonies of #860683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860683

Black with #860683

Text Example


Text Example

White with #860683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860683; }

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

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

background-color css

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

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

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

border-color css

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

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

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