Html Css Color HEX #862365 Dark Purple

📋 copy color: '#862365'

red 134 ◦ green 35 ◦ blue 101

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

Shades of Dark Purple #862365

Tints of Dark Purple #862365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 49.63%
G = 12.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#862365 (or 0x862365) is known color: Dark Purple. HEX triplet: 86, 23 and 65. RGB value is (134,35,101). Sum of RGB (Red+Green+Blue) = 134+35+101=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #862365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862365 is #79DC9A. Grayscale: #474747. Windows color (decimal): -7986331 or 6628230. OLE color: 6628230.

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

Color convert

RGB 134 35 101 -
CMYK 0 0.74 0.25 0.47
HSL 320º 0.59% 0.33% -
HSV(B) 320º 0.74% 0.53% -
XYZ 12.78 7.21 13.03 -
YUV 72.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 134 35 101 0 0.74 0.25 0.47 320 0.59 0.33
Hex 86 23 65 0 4A 19 2F 140 3B 21
Octal 206 43 145 0 112 31 57 500 73 41
Binary 10000110 100011 1100101 0 1001010 11001 101111 101000000 111011 100001

Color Harmonies of #862365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862365

Black with #862365

Text Example


Text Example

White with #862365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862365; }

 p { color: rgb(134,35,101); }

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

background-color css

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

 a { background-color: rgb(134,35,101); }

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

border-color css

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

 span { border-color: rgb(134,35,101); }

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