Html Css Color HEX #862364 Dark Purple

📋 copy color: '#862364'

red 134 ◦ green 35 ◦ blue 100

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

Shades of Dark Purple #862364

Tints of Dark Purple #862364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 49.81%
G = 13.01%
B = 37.17%

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

#862364 (or 0x862364) is known color: Dark Purple. HEX triplet: 86, 23 and 64. RGB value is (134,35,100). Sum of RGB (Red+Green+Blue) = 134+35+100=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862364 is #79DC9B. Grayscale: #474747. Windows color (decimal): -7986332 or 6562694. OLE color: 6562694.

HSL color Cylindrical-coordinate representation of color #862364: hue angle of 320.61º 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 #862364 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 100 -
CMYK 0 0.74 0.25 0.47
HSL 320.61º 0.59% 0.33% -
HSV(B) 320.61º 0.74% 0.53% -
XYZ 12.73 7.19 12.77 -
YUV 72.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 134 35 100 0 0.74 0.25 0.47 320.61 0.59 0.33
Hex 86 23 64 0 4A 19 2F 141 3B 21
Octal 206 43 144 0 112 31 57 501 73 41
Binary 10000110 100011 1100100 0 1001010 11001 101111 101000001 111011 100001

Color Harmonies of #862364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862364

Black with #862364

Text Example


Text Example

White with #862364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862364; }

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

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

background-color css

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

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

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

border-color css

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

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

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