Html Css Color HEX #862063 Dark Purple

📋 copy color: '#862063'

red 134 ◦ green 32 ◦ blue 99

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

Shades of Dark Purple #862063

Tints of Dark Purple #862063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 50.57%
G = 12.08%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#862063 (or 0x862063) is known color: Dark Purple. HEX triplet: 86, 20 and 63. RGB value is (134,32,99). Sum of RGB (Red+Green+Blue) = 134+32+99=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #862063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862063 is #79DF9C. Grayscale: #454545. Windows color (decimal): -7987101 or 6496390. OLE color: 6496390.

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

Color convert

RGB 134 32 99 -
CMYK 0 0.76 0.26 0.47
HSL 320.59º 0.61% 0.33% -
HSV(B) 320.59º 0.76% 0.53% -
XYZ 12.6 7 12.49 -
YUV 70.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 134 32 99 0 0.76 0.26 0.47 320.59 0.61 0.33
Hex 86 20 63 0 4C 1A 2F 141 3D 21
Octal 206 40 143 0 114 32 57 501 75 41
Binary 10000110 100000 1100011 0 1001100 11010 101111 101000001 111101 100001

Color Harmonies of #862063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862063

Black with #862063

Text Example


Text Example

White with #862063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862063; }

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

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

background-color css

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

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

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

border-color css

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

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

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