Html Css Color HEX #863268 Dark Purple

📋 copy color: '#863268'

red 134 ◦ green 50 ◦ blue 104

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

Shades of Dark Purple #863268

Tints of Dark Purple #863268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 46.53%
G = 17.36%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863268 (or 0x863268) is known color: Dark Purple. HEX triplet: 86, 32 and 68. RGB value is (134,50,104). Sum of RGB (Red+Green+Blue) = 134+50+104=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863268 is #79CD97. Grayscale: #515151. Windows color (decimal): -7982488 or 6828678. OLE color: 6828678.

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

Color convert

RGB 134 50 104 -
CMYK 0 0.63 0.22 0.47
HSL 321.43º 0.46% 0.36% -
HSV(B) 321.43º 0.63% 0.53% -
XYZ 13.47 8.35 14 -
YUV 81.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 134 50 104 0 0.63 0.22 0.47 321.43 0.46 0.36
Hex 86 32 68 0 3F 16 2F 141 2E 24
Octal 206 62 150 0 77 26 57 501 56 44
Binary 10000110 110010 1101000 0 111111 10110 101111 101000001 101110 100100

Color Harmonies of #863268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863268

Black with #863268

Text Example


Text Example

White with #863268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863268; }

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

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

background-color css

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

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

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

border-color css

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

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

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