Html Css Color HEX #863378 Dark Purple

📋 copy color: '#863378'

red 134 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #863378

Tints of Dark Purple #863378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 43.93%
G = 16.72%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863378 (or 0x863378) is known color: Dark Purple. HEX triplet: 86, 33 and 78. RGB value is (134,51,120). Sum of RGB (Red+Green+Blue) = 134+51+120=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863378 is #79CC87. Grayscale: #535353. Windows color (decimal): -7982216 or 7877510. OLE color: 7877510.

HSL color Cylindrical-coordinate representation of color #863378: hue angle of 310.12º 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 #863378 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 120 -
CMYK 0 0.62 0.10 0.47
HSL 310.12º 0.45% 0.36% -
HSV(B) 310.12º 0.62% 0.53% -
XYZ 14.41 8.79 18.71 -
YUV 83.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 134 51 120 0 0.62 0.10 0.47 310.12 0.45 0.36
Hex 86 33 78 0 3E A 2F 136 2D 24
Octal 206 63 170 0 76 12 57 466 55 44
Binary 10000110 110011 1111000 0 111110 1010 101111 100110110 101101 100100

Color Harmonies of #863378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863378

Black with #863378

Text Example


Text Example

White with #863378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863378; }

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

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

background-color css

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

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

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

border-color css

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

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

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