Html Css Color HEX #863C7C Dark Purple

📋 copy color: '#863C7C'

red 134 ◦ green 60 ◦ blue 124

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

Shades of Dark Purple #863C7C

Tints of Dark Purple #863C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 42.14%
G = 18.87%
B = 38.99%

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

#863C7C (or 0x863C7C) is known color: Dark Purple. HEX triplet: 86, 3C and 7C. RGB value is (134,60,124). Sum of RGB (Red+Green+Blue) = 134+60+124=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C7C is #79C383. Grayscale: #595959. Windows color (decimal): -7979908 or 8141958. OLE color: 8141958.

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

Color convert

RGB 134 60 124 -
CMYK 0 0.55 0.07 0.47
HSL 308.11º 0.38% 0.38% -
HSV(B) 308.11º 0.55% 0.53% -
XYZ 15.09 9.76 20.16 -
YUV 89.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 134 60 124 0 0.55 0.07 0.47 308.11 0.38 0.38
Hex 86 3C 7C 0 37 7 2F 134 26 26
Octal 206 74 174 0 67 7 57 464 46 46
Binary 10000110 111100 1111100 0 110111 111 101111 100110100 100110 100110

Color Harmonies of #863C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C7C

Black with #863C7C

Text Example


Text Example

White with #863C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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