Html Css Color HEX #862C6C Dark Purple

📋 copy color: '#862C6C'

red 134 ◦ green 44 ◦ blue 108

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

Shades of Dark Purple #862C6C

Tints of Dark Purple #862C6C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 46.85%
G = 15.38%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#862C6C (or 0x862C6C) is known color: Dark Purple. HEX triplet: 86, 2C and 6C. RGB value is (134,44,108). Sum of RGB (Red+Green+Blue) = 134+44+108=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C6C is #79D393. Grayscale: #4E4E4E. Windows color (decimal): -7984020 or 7089286. OLE color: 7089286.

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

Color convert

RGB 134 44 108 -
CMYK 0 0.67 0.19 0.47
HSL 317.33º 0.51% 0.35% -
HSV(B) 317.33º 0.67% 0.53% -
XYZ 13.44 7.95 15.01 -
YUV 78.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 134 44 108 0 0.67 0.19 0.47 317.33 0.51 0.35
Hex 86 2C 6C 0 43 13 2F 13D 33 23
Octal 206 54 154 0 103 23 57 475 63 43
Binary 10000110 101100 1101100 0 1000011 10011 101111 100111101 110011 100011

Color Harmonies of #862C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C6C

Black with #862C6C

Text Example


Text Example

White with #862C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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