Html Css Color HEX #863C7A Dark Purple

📋 copy color: '#863C7A'

red 134 ◦ green 60 ◦ blue 122

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

Shades of Dark Purple #863C7A

Tints of Dark Purple #863C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 42.41%
G = 18.99%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#863C7A (or 0x863C7A) is known color: Dark Purple. HEX triplet: 86, 3C and 7A. RGB value is (134,60,122). Sum of RGB (Red+Green+Blue) = 134+60+122=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #863C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C7A is #79C385. Grayscale: #595959. Windows color (decimal): -7979910 or 8010886. OLE color: 8010886.

HSL color Cylindrical-coordinate representation of color #863C7A: hue angle of 309.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C7A is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 122 -
CMYK 0 0.55 0.09 0.47
HSL 309.73º 0.38% 0.38% -
HSV(B) 309.73º 0.55% 0.53% -
XYZ 14.96 9.71 19.5 -
YUV 89.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 134 60 122 0 0.55 0.09 0.47 309.73 0.38 0.38
Hex 86 3C 7A 0 37 9 2F 136 26 26
Octal 206 74 172 0 67 11 57 466 46 46
Binary 10000110 111100 1111010 0 110111 1001 101111 100110110 100110 100110

Color Harmonies of #863C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C7A

Black with #863C7A

Text Example


Text Example

White with #863C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C7A; }

 p { color: rgb(134,60,122); }

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

background-color css

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

 a { background-color: rgb(134,60,122); }

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

border-color css

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

 span { border-color: rgb(134,60,122); }

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