Html Css Color HEX #863068 Dark Purple

📋 copy color: '#863068'

red 134 ◦ green 48 ◦ blue 104

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

Shades of Dark Purple #863068

Tints of Dark Purple #863068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 46.85%
G = 16.78%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863068 (or 0x863068) is known color: Dark Purple. HEX triplet: 86, 30 and 68. RGB value is (134,48,104). Sum of RGB (Red+Green+Blue) = 134+48+104=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863068 is #79CF97. Grayscale: #4F4F4F. Windows color (decimal): -7983000 or 6828166. OLE color: 6828166.

HSL color Cylindrical-coordinate representation of color #863068: hue angle of 320.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863068 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 104 -
CMYK 0 0.64 0.22 0.47
HSL 320.93º 0.47% 0.36% -
HSV(B) 320.93º 0.64% 0.53% -
XYZ 13.39 8.18 13.97 -
YUV 80.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 134 48 104 0 0.64 0.22 0.47 320.93 0.47 0.36
Hex 86 30 68 0 40 16 2F 141 2F 24
Octal 206 60 150 0 100 26 57 501 57 44
Binary 10000110 110000 1101000 0 1000000 10110 101111 101000001 101111 100100

Color Harmonies of #863068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863068

Black with #863068

Text Example


Text Example

White with #863068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863068; }

 p { color: rgb(134,48,104); }

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

background-color css

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

 a { background-color: rgb(134,48,104); }

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

border-color css

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

 span { border-color: rgb(134,48,104); }

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