Html Css Color HEX #862064 Dark Purple

📋 copy color: '#862064'

red 134 ◦ green 32 ◦ blue 100

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

Shades of Dark Purple #862064

Tints of Dark Purple #862064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 50.38%
G = 12.03%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#862064 (or 0x862064) is known color: Dark Purple. HEX triplet: 86, 20 and 64. RGB value is (134,32,100). Sum of RGB (Red+Green+Blue) = 134+32+100=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #862064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862064 is #79DF9B. Grayscale: #464646. Windows color (decimal): -7987100 or 6561926. OLE color: 6561926.

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

Color convert

RGB 134 32 100 -
CMYK 0 0.76 0.25 0.47
HSL 320º 0.61% 0.33% -
HSV(B) 320º 0.76% 0.53% -
XYZ 12.65 7.02 12.75 -
YUV 70.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 134 32 100 0 0.76 0.25 0.47 320 0.61 0.33
Hex 86 20 64 0 4C 19 2F 140 3D 21
Octal 206 40 144 0 114 31 57 500 75 41
Binary 10000110 100000 1100100 0 1001100 11001 101111 101000000 111101 100001

Color Harmonies of #862064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862064

Black with #862064

Text Example


Text Example

White with #862064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862064; }

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

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

background-color css

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

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

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

border-color css

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

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

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