Html Css Color HEX #863072 Dark Purple

📋 copy color: '#863072'

red 134 ◦ green 48 ◦ blue 114

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

Shades of Dark Purple #863072

Tints of Dark Purple #863072

RGB

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

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

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

R = 45.27%
G = 16.22%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#863072 (or 0x863072) is known color: Dark Purple. HEX triplet: 86, 30 and 72. RGB value is (134,48,114). Sum of RGB (Red+Green+Blue) = 134+48+114=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #863072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863072 is #79CF8D. Grayscale: #515151. Windows color (decimal): -7982990 or 7483526. OLE color: 7483526.

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

Color convert

RGB 134 48 114 -
CMYK 0 0.64 0.15 0.47
HSL 313.95º 0.47% 0.36% -
HSV(B) 313.95º 0.64% 0.53% -
XYZ 13.93 8.4 16.81 -
YUV 81.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 134 48 114 0 0.64 0.15 0.47 313.95 0.47 0.36
Hex 86 30 72 0 40 F 2F 13A 2F 24
Octal 206 60 162 0 100 17 57 472 57 44
Binary 10000110 110000 1110010 0 1000000 1111 101111 100111010 101111 100100

Color Harmonies of #863072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863072

Black with #863072

Text Example


Text Example

White with #863072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863072; }

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

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

background-color css

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

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

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

border-color css

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

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

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