Html Css Color HEX #862168 Dark Purple

📋 copy color: '#862168'

red 134 ◦ green 33 ◦ blue 104

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

Shades of Dark Purple #862168

Tints of Dark Purple #862168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 49.45%
G = 12.18%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#862168 (or 0x862168) is known color: Dark Purple. HEX triplet: 86, 21 and 68. RGB value is (134,33,104). Sum of RGB (Red+Green+Blue) = 134+33+104=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862168 is #79DE97. Grayscale: #474747. Windows color (decimal): -7986840 or 6824326. OLE color: 6824326.

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

Color convert

RGB 134 33 104 -
CMYK 0 0.75 0.22 0.47
HSL 317.82º 0.6% 0.33% -
HSV(B) 317.82º 0.75% 0.53% -
XYZ 12.87 7.16 13.8 -
YUV 71.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 134 33 104 0 0.75 0.22 0.47 317.82 0.6 0.33
Hex 86 21 68 0 4B 16 2F 13E 3C 21
Octal 206 41 150 0 113 26 57 476 74 41
Binary 10000110 100001 1101000 0 1001011 10110 101111 100111110 111100 100001

Color Harmonies of #862168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862168

Black with #862168

Text Example


Text Example

White with #862168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862168; }

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

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

background-color css

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

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

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

border-color css

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

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

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