Html Css Color HEX #863472 Dark Purple

📋 copy color: '#863472'

red 134 ◦ green 52 ◦ blue 114

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

Shades of Dark Purple #863472

Tints of Dark Purple #863472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 44.67%
G = 17.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#863472 (or 0x863472) is known color: Dark Purple. HEX triplet: 86, 34 and 72. RGB value is (134,52,114). Sum of RGB (Red+Green+Blue) = 134+52+114=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863472 is #79CB8D. Grayscale: #535353. Windows color (decimal): -7981966 or 7484550. OLE color: 7484550.

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

Color convert

RGB 134 52 114 -
CMYK 0 0.61 0.15 0.47
HSL 314.63º 0.44% 0.36% -
HSV(B) 314.63º 0.61% 0.53% -
XYZ 14.1 8.74 16.86 -
YUV 83.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 134 52 114 0 0.61 0.15 0.47 314.63 0.44 0.36
Hex 86 34 72 0 3D F 2F 13B 2C 24
Octal 206 64 162 0 75 17 57 473 54 44
Binary 10000110 110100 1110010 0 111101 1111 101111 100111011 101100 100100

Color Harmonies of #863472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863472

Black with #863472

Text Example


Text Example

White with #863472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863472; }

 p { color: rgb(134,52,114); }

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

background-color css

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

 a { background-color: rgb(134,52,114); }

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

border-color css

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

 span { border-color: rgb(134,52,114); }

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