Html Css Color HEX #863C7D Dark Purple

📋 copy color: '#863C7D'

red 134 ◦ green 60 ◦ blue 125

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

Shades of Dark Purple #863C7D

Tints of Dark Purple #863C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 42.01%
G = 18.81%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#863C7D (or 0x863C7D) is known color: Dark Purple. HEX triplet: 86, 3C and 7D. RGB value is (134,60,125). Sum of RGB (Red+Green+Blue) = 134+60+125=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #863C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C7D is #79C382. Grayscale: #595959. Windows color (decimal): -7979907 or 8207494. OLE color: 8207494.

HSL color Cylindrical-coordinate representation of color #863C7D: hue angle of 307.3º 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 #863C7D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 125 -
CMYK 0 0.55 0.07 0.47
HSL 307.3º 0.38% 0.38% -
HSV(B) 307.3º 0.55% 0.53% -
XYZ 15.15 9.78 20.49 -
YUV 89.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 134 60 125 0 0.55 0.07 0.47 307.3 0.38 0.38
Hex 86 3C 7D 0 37 7 2F 133 26 26
Octal 206 74 175 0 67 7 57 463 46 46
Binary 10000110 111100 1111101 0 110111 111 101111 100110011 100110 100110

Color Harmonies of #863C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C7D

Black with #863C7D

Text Example


Text Example

White with #863C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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