Html Css Color HEX #863369 Dark Purple

📋 copy color: '#863369'

red 134 ◦ green 51 ◦ blue 105

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

Shades of Dark Purple #863369

Tints of Dark Purple #863369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 46.21%
G = 17.59%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863369 (or 0x863369) is known color: Dark Purple. HEX triplet: 86, 33 and 69. RGB value is (134,51,105). Sum of RGB (Red+Green+Blue) = 134+51+105=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863369 is #79CC96. Grayscale: #515151. Windows color (decimal): -7982231 or 6894470. OLE color: 6894470.

HSL color Cylindrical-coordinate representation of color #863369: hue angle of 320.96º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863369 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 105 -
CMYK 0 0.62 0.22 0.47
HSL 320.96º 0.45% 0.36% -
HSV(B) 320.96º 0.62% 0.53% -
XYZ 13.57 8.46 14.28 -
YUV 81.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 134 51 105 0 0.62 0.22 0.47 320.96 0.45 0.36
Hex 86 33 69 0 3E 16 2F 141 2D 24
Octal 206 63 151 0 76 26 57 501 55 44
Binary 10000110 110011 1101001 0 111110 10110 101111 101000001 101101 100100

Color Harmonies of #863369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863369

Black with #863369

Text Example


Text Example

White with #863369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863369; }

 p { color: rgb(134,51,105); }

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

background-color css

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

 a { background-color: rgb(134,51,105); }

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

border-color css

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

 span { border-color: rgb(134,51,105); }

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