Html Css Color HEX #862C6B Dark Purple

📋 copy color: '#862C6B'

red 134 ◦ green 44 ◦ blue 107

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

Shades of Dark Purple #862C6B

Tints of Dark Purple #862C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 47.02%
G = 15.44%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#862C6B (or 0x862C6B) is known color: Dark Purple. HEX triplet: 86, 2C and 6B. RGB value is (134,44,107). Sum of RGB (Red+Green+Blue) = 134+44+107=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #862C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C6B is #79D394. Grayscale: #4D4D4D. Windows color (decimal): -7984021 or 7023750. OLE color: 7023750.

HSL color Cylindrical-coordinate representation of color #862C6B: hue angle of 318º 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 #862C6B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 107 -
CMYK 0 0.67 0.20 0.47
HSL 318º 0.51% 0.35% -
HSV(B) 318º 0.67% 0.53% -
XYZ 13.39 7.93 14.74 -
YUV 78.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 134 44 107 0 0.67 0.20 0.47 318 0.51 0.35
Hex 86 2C 6B 0 43 14 2F 13E 33 23
Octal 206 54 153 0 103 24 57 476 63 43
Binary 10000110 101100 1101011 0 1000011 10100 101111 100111110 110011 100011

Color Harmonies of #862C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C6B

Black with #862C6B

Text Example


Text Example

White with #862C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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