Html Css Color HEX #863575 Dark Purple

📋 copy color: '#863575'

red 134 ◦ green 53 ◦ blue 117

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

Shades of Dark Purple #863575

Tints of Dark Purple #863575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 44.08%
G = 17.43%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863575 (or 0x863575) is known color: Dark Purple. HEX triplet: 86, 35 and 75. RGB value is (134,53,117). Sum of RGB (Red+Green+Blue) = 134+53+117=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863575 is #79CA8A. Grayscale: #545454. Windows color (decimal): -7981707 or 7681414. OLE color: 7681414.

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

Color convert

RGB 134 53 117 -
CMYK 0 0.60 0.13 0.47
HSL 312.59º 0.43% 0.37% -
HSV(B) 312.59º 0.6% 0.53% -
XYZ 14.32 8.9 17.79 -
YUV 84.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 134 53 117 0 0.60 0.13 0.47 312.59 0.43 0.37
Hex 86 35 75 0 3C D 2F 139 2B 25
Octal 206 65 165 0 74 15 57 471 53 45
Binary 10000110 110101 1110101 0 111100 1101 101111 100111001 101011 100101

Color Harmonies of #863575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863575

Black with #863575

Text Example


Text Example

White with #863575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863575; }

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

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

background-color css

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

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

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

border-color css

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

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

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