Html Css Color HEX #862067 Dark Purple

📋 copy color: '#862067'

red 134 ◦ green 32 ◦ blue 103

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

Shades of Dark Purple #862067

Tints of Dark Purple #862067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 49.81%
G = 11.9%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862067 (or 0x862067) is known color: Dark Purple. HEX triplet: 86, 20 and 67. RGB value is (134,32,103). Sum of RGB (Red+Green+Blue) = 134+32+103=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862067 is #79DF98. Grayscale: #464646. Windows color (decimal): -7987097 or 6758534. OLE color: 6758534.

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

Color convert

RGB 134 32 103 -
CMYK 0 0.76 0.23 0.47
HSL 318.24º 0.61% 0.33% -
HSV(B) 318.24º 0.76% 0.53% -
XYZ 12.8 7.08 13.52 -
YUV 70.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 134 32 103 0 0.76 0.23 0.47 318.24 0.61 0.33
Hex 86 20 67 0 4C 17 2F 13E 3D 21
Octal 206 40 147 0 114 27 57 476 75 41
Binary 10000110 100000 1100111 0 1001100 10111 101111 100111110 111101 100001

Color Harmonies of #862067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862067

Black with #862067

Text Example


Text Example

White with #862067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862067; }

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

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

background-color css

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

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

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

border-color css

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

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

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