Html Css Color HEX #862F6C Dark Purple

📋 copy color: '#862F6C'

red 134 ◦ green 47 ◦ blue 108

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

Shades of Dark Purple #862F6C

Tints of Dark Purple #862F6C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 46.37%
G = 16.26%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#862F6C (or 0x862F6C) is known color: Dark Purple. HEX triplet: 86, 2F and 6C. RGB value is (134,47,108). Sum of RGB (Red+Green+Blue) = 134+47+108=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #862F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F6C is #79D093. Grayscale: #4F4F4F. Windows color (decimal): -7983252 or 7090054. OLE color: 7090054.

HSL color Cylindrical-coordinate representation of color #862F6C: hue angle of 317.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F6C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 108 -
CMYK 0 0.65 0.19 0.47
HSL 317.93º 0.48% 0.35% -
HSV(B) 317.93º 0.65% 0.53% -
XYZ 13.55 8.18 15.05 -
YUV 79.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 134 47 108 0 0.65 0.19 0.47 317.93 0.48 0.35
Hex 86 2F 6C 0 41 13 2F 13E 30 23
Octal 206 57 154 0 101 23 57 476 60 43
Binary 10000110 101111 1101100 0 1000001 10011 101111 100111110 110000 100011

Color Harmonies of #862F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F6C

Black with #862F6C

Text Example


Text Example

White with #862F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F6C; }

 p { color: rgb(134,47,108); }

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

background-color css

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

 a { background-color: rgb(134,47,108); }

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

border-color css

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

 span { border-color: rgb(134,47,108); }

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